chore: upgrade to 0.4.0 (#46)

This commit is contained in:
Víctor Martínez 2025-01-27 13:51:33 +01:00 committed by GitHub
parent 9bfe21fa4c
commit 5c8a0a1d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]