Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Mar 8, 2024
1 parent 38b66a8 commit 6e79e66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ntest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntest"
version = "0.9.1"
version = "0.9.2"
authors = [ "Armin Becher <[email protected]>",]
edition = "2018"
description = "Testing framework for rust which enhances the built-in library with some useful features."
Expand All @@ -15,11 +15,11 @@ documentation = "https://docs.rs/ntest"
path = "src/lib.rs"

[dependencies.ntest_test_cases]
version = "0.9.1"
version = "0.9.2"
path = "../ntest_test_cases"

[dependencies.ntest_timeout]
version = "0.9.1"
version = "0.9.2"
path = "../ntest_timeout"

[badges.maintenance]
Expand Down
2 changes: 1 addition & 1 deletion ntest_test_cases/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntest_test_cases"
version = "0.9.1"
version = "0.9.2"
authors = [ "Armin Becher <[email protected]>",]
edition = "2018"
description = "Test cases for ntest framework."
Expand Down
2 changes: 1 addition & 1 deletion ntest_timeout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntest_timeout"
version = "0.9.1"
version = "0.9.2"
authors = [ "Armin Becher <[email protected]>",]
edition = "2018"
description = "Timeout attribute for the ntest framework."
Expand Down

0 comments on commit 6e79e66

Please sign in to comment.