Create release 1.6.0

This commit is contained in:
Fabrice Reix 2022-02-10 13:59:59 +01:00 committed by Fabrice Reix
parent c319798a7c
commit b52bc56ea5
4 changed files with 8 additions and 8 deletions

6
Cargo.lock generated
View File

@ -394,7 +394,7 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
name = "hurl"
version = "1.6.0-snapshot"
version = "1.6.0"
dependencies = [
"atty",
"base64",
@ -427,7 +427,7 @@ dependencies = [
[[package]]
name = "hurl_core"
version = "1.6.0-snapshot"
version = "1.6.0"
dependencies = [
"float-cmp",
"regex",
@ -436,7 +436,7 @@ dependencies = [
[[package]]
name = "hurlfmt"
version = "1.6.0-snapshot"
version = "1.6.0"
dependencies = [
"atty",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "1.6.0-snapshot"
version = "1.6.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.6.0-snapshot", path = "../hurl_core" }
hurl_core = { version = "1.6.0", path = "../hurl_core" }
indexmap = "1.8.0"
libflate = "1.1.2"
libxml = "0.3.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "1.6.0-snapshot"
version = "1.6.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "1.6.0-snapshot"
version = "1.6.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 = { version = "3.0.1", features = ["cargo"] }
colored = "2.0.0"
hurl_core = { version = "1.6.0-snapshot", path = "../hurl_core" }
hurl_core = { version = "1.6.0", path = "../hurl_core" }
regex = "1.5.4"
[dev-dependencies]