mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Create release 1.5.0
This commit is contained in:
parent
a8c037974d
commit
2ecb4cc5af
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -396,7 +396,7 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
|
||||
|
||||
[[package]]
|
||||
name = "hurl"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"base64",
|
||||
@ -427,7 +427,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hurl_core"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"float-cmp",
|
||||
"regex",
|
||||
@ -436,7 +436,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hurlfmt"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"base64",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hurl"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -29,7 +29,7 @@ float-cmp = "0.9.0"
|
||||
glob = "0.3.0"
|
||||
hex = "0.4.3"
|
||||
hex-literal = "0.3.4"
|
||||
hurl_core = { version = "1.5.0-snapshot", path = "../hurl_core" }
|
||||
hurl_core = { version = "1.5.0", path = "../hurl_core" }
|
||||
libflate = "1.1.1"
|
||||
libxml = "0.3.0"
|
||||
md5 = "0.7.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hurl_core"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hurlfmt"
|
||||
version = "1.5.0-snapshot"
|
||||
version = "1.5.0"
|
||||
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -18,7 +18,7 @@ atty = "0.2.14"
|
||||
base64 = "0.13.0"
|
||||
clap = "2.34.0"
|
||||
colored = "2.0.0"
|
||||
hurl_core = { version = "1.5.0-snapshot", path = "../hurl_core" }
|
||||
hurl_core = { version = "1.5.0", path = "../hurl_core" }
|
||||
regex = "1.5.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user