diff --git a/Cargo.lock b/Cargo.lock index 200fe6a6e..00a8a9477 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ dependencies = [ [[package]] name = "hurl" -version = "1.2.0" +version = "1.3.0" dependencies = [ "atty", "base64", @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "hurl_core" -version = "1.2.0" +version = "1.3.0" dependencies = [ "float-cmp", "sxd-document", @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "hurlfmt" -version = "1.2.0" +version = "1.3.0" dependencies = [ "atty", "clap", diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 4240837ae..bdd90e2cd 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl" -version = "1.2.0" +version = "1.3.0" authors = ["Fabrice Reix "] edition = "2018" license = "Apache-2.0" diff --git a/packages/hurl_core/Cargo.toml b/packages/hurl_core/Cargo.toml index b32120968..dee887d5a 100644 --- a/packages/hurl_core/Cargo.toml +++ b/packages/hurl_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurl_core" -version = "1.2.0" +version = "1.3.0" authors = ["Fabrice Reix "] edition = "2018" license = "Apache-2.0" diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index 72d7edc83..aa01e926c 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurlfmt" -version = "1.2.0" +version = "1.3.0" authors = ["Fabrice Reix "] edition = "2018" license = "Apache-2.0"