chore: upgrade to 0.4.0

This commit is contained in:
Victor Martinez 2025-01-27 13:50:57 +01:00
parent 9bfe21fa4c
commit 02de7e8a56
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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]