Skip to content

Commit 2ecb4cc

Browse files
committed
Create release 1.5.0
1 parent a8c0379 commit 2ecb4cc

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.5.0-snapshot"
3+
version = "1.5.0"
44
authors = ["Fabrice Reix <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -29,7 +29,7 @@ float-cmp = "0.9.0"
2929
glob = "0.3.0"
3030
hex = "0.4.3"
3131
hex-literal = "0.3.4"
32-
hurl_core = { version = "1.5.0-snapshot", path = "../hurl_core" }
32+
hurl_core = { version = "1.5.0", path = "../hurl_core" }
3333
libflate = "1.1.1"
3434
libxml = "0.3.0"
3535
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.5.0-snapshot"
3+
version = "1.5.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.5.0-snapshot"
3+
version = "1.5.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.34.0"
2020
colored = "2.0.0"
21-
hurl_core = { version = "1.5.0-snapshot", path = "../hurl_core" }
21+
hurl_core = { version = "1.5.0", path = "../hurl_core" }
2222
regex = "1.5.4"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)