Skip to content

Commit

Permalink
ci(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jul 5, 2023
1 parent b89eb54 commit e6b90b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cargo-jrest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cargo-jrest"
description = "Jrest Cargo command."
license = "MIT"
version = "0.2.0"
version = "0.2.1"

edition = "2021"
rust-version = "1.70.0"
Expand Down
4 changes: 2 additions & 2 deletions jrest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jrest"
description = "The equivalent of Jest for Rust."
license = "MIT"
version = "0.2.0"
version = "0.2.1"

edition = "2021"
rust-version = "1.70.0"
Expand All @@ -17,6 +17,6 @@ include = ["src/**/*.rs", "CHANGELOG.md", "LICENSE", "README.md"]

[dependencies]
num = "0.4.0"
jrest_hooks = { version = "=0.2.0", optional = true, path = "../jrest_hooks" }
jrest_hooks = { version = "=0.2.1", optional = true, path = "../jrest_hooks" }

[dev-dependencies]
2 changes: 1 addition & 1 deletion jrest_hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jrest_hooks"
description = "Jrest `after()`, `after_each()`, `before()`, `before_each()` and `skip()` hooks."
license = "MIT"
version = "0.2.0"
version = "0.2.1"

edition = "2021"
rust-version = "1.70.0"
Expand Down

0 comments on commit e6b90b2

Please sign in to comment.