Skip to content

Commit

Permalink
chore: update to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterV committed Feb 26, 2024
1 parent 9dba8ad commit 2afbd36
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.1.5"
version = "0.1.6"
homepage = "https://github.com/JasterV/test-context"
repository = "https://github.com/JasterV/test-context"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion test-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors.workspace = true
license.workspace = true

[dependencies]
test-context-macros = { version = "0.1.4", path = "../test-context-macros/" }
test-context-macros = { version = "0.1.6", path = "../test-context-macros/" }
async-trait = "0.1.42"
futures = "0.3"

Expand Down

0 comments on commit 2afbd36

Please sign in to comment.