Skip to content

Commit 629e2c5

Browse files
committed
Create release 1.4.0
1 parent 4cf47a4 commit 629e2c5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hurl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hurl"
3-
version = "1.4.0-snapshot"
3+
version = "1.4.0"
44
authors = ["Fabrice Reix <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -28,7 +28,7 @@ encoding = "0.2.33"
2828
float-cmp = "0.9.0"
2929
hex = "0.4.3"
3030
hex-literal = "0.3.3"
31-
hurl_core = { version = "1.4.0-snapshot", path = "../hurl_core" }
31+
hurl_core = { version = "1.4.0", path = "../hurl_core" }
3232
libflate = "1.1.1"
3333
libxml = "0.3.0"
3434
md5 = "0.7.0"

packages/hurl_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hurl_core"
3-
version = "1.4.0-snapshot"
3+
version = "1.4.0"
44
authors = ["Fabrice Reix <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

packages/hurlfmt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hurlfmt"
3-
version = "1.4.0-snapshot"
3+
version = "1.4.0"
44
authors = ["Fabrice Reix <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -18,7 +18,7 @@ atty = "0.2.14"
1818
base64 = "0.13.0"
1919
clap = "2.33.3"
2020
colored = "2.0.0"
21-
hurl_core = { version = "1.4.0-snapshot", path = "../hurl_core" }
21+
hurl_core = { version = "1.4.0", path = "../hurl_core" }
2222
regex = "1.5.4"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)