Skip to content

Commit

Permalink
chore: upgrade to 0.3.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterV authored Feb 27, 2024
1 parent dc2992c commit 7cab727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]

[workspace.package]
edition = "2021"
version = "0.2.0"
version = "0.3.0"
rust-version = "1.75.0"
homepage = "https://github.com/JasterV/test-context"
repository = "https://github.com/JasterV/test-context"
Expand Down
2 changes: 1 addition & 1 deletion test-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors.workspace = true
license.workspace = true

[dependencies]
test-context-macros = { version = "0.2.0", path = "../test-context-macros/" }
test-context-macros = { version = "0.3.0", path = "../test-context-macros/" }
futures = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit 7cab727

Please sign in to comment.