Skip to content

Commit

Permalink
Update version to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricereix committed Sep 22, 2022
1 parent a4cf8de commit 0e3d1a3
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.7.0"
version = "1.8.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -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.7.0", path = "../hurl_core" }
hurl_core = { version = "1.8.0-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.1"
libflate = "1.2.0"
libxml = "0.3.1"
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.7.0"
version = "1.8.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
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.7.0"
version = "1.8.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ atty = "0.2.14"
base64 = "0.13.0"
clap = { version = "3.2.22", features = ["cargo"] }
colored = "2.0.0"
hurl_core = { version = "1.7.0", path = "../hurl_core" }
hurl_core = { version = "1.8.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.6.0"

[dev-dependencies]
Expand Down

0 comments on commit 0e3d1a3

Please sign in to comment.