From b52bc56ea5826b387d87289be66ea3caaeb64982 Mon Sep 17 00:00:00 2001 From: Fabrice Reix Date: Thu, 10 Feb 2022 13:59:59 +0100 Subject: [PATCH] Create release 1.6.0 --- Cargo.lock | 6 +++--- packages/hurl/Cargo.toml | 4 ++-- packages/hurl_core/Cargo.toml | 2 +- packages/hurlfmt/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77281e644..975df7561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 71d5e573c..dc4c27c62 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl" -version = "1.6.0-snapshot" +version = "1.6.0" authors = ["Fabrice Reix "] 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" diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index b08eff9cd..b29d01afb 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl_core" -version = "1.6.0-snapshot" +version = "1.6.0" authors = ["Fabrice Reix "] edition = "2018" license = "Apache-2.0" diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index c61408d5e..deac740f2 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurlfmt" -version = "1.6.0-snapshot" +version = "1.6.0" authors = ["Fabrice Reix "] 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]