Skip to content

Commit

Permalink
Create release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricereix committed Oct 18, 2021
1 parent 4cf47a4 commit 629e2c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "1.4.0-snapshot"
version = "1.4.0"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ encoding = "0.2.33"
float-cmp = "0.9.0"
hex = "0.4.3"
hex-literal = "0.3.3"
hurl_core = { version = "1.4.0-snapshot", path = "../hurl_core" }
hurl_core = { version = "1.4.0", path = "../hurl_core" }
libflate = "1.1.1"
libxml = "0.3.0"
md5 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hurl_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "1.4.0-snapshot"
version = "1.4.0"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "1.4.0-snapshot"
version = "1.4.0"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ atty = "0.2.14"
base64 = "0.13.0"
clap = "2.33.3"
colored = "2.0.0"
hurl_core = { version = "1.4.0-snapshot", path = "../hurl_core" }
hurl_core = { version = "1.4.0", path = "../hurl_core" }
regex = "1.5.4"

[dev-dependencies]
Expand Down

0 comments on commit 629e2c5

Please sign in to comment.