diff --git a/Cargo.toml b/Cargo.toml index 036a858..cbe6799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2021" -version = "0.3.0" +version = "0.4.0" rust-version = "1.75.0" homepage = "https://github.com/JasterV/test-context" repository = "https://github.com/JasterV/test-context" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index 4fb23e1..f0ebab8 100644 --- a/test-context/Cargo.toml +++ b/test-context/Cargo.toml @@ -13,7 +13,7 @@ authors.workspace = true license.workspace = true [dependencies] -test-context-macros = { version = "0.3.0", path = "../test-context-macros/" } +test-context-macros = { version = "0.4.0", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]