diff --git a/Cargo.toml b/Cargo.toml index 3014832..036a858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index 388eb28..4fb23e1 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.2.0", path = "../test-context-macros/" } +test-context-macros = { version = "0.3.0", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]