chore: release v0.5.4 (#66)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-10 11:15:00 +01:00 committed by GitHub
parent 09366c58d5
commit 213a8533e2
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 = "2024"
version = "0.5.3"
version = "0.5.4"
rust-version = "1.91.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.5.3", path = "../test-context-macros/" }
test-context-macros = { version = "0.5.4", path = "../test-context-macros/" }
futures = "0.3"
[dev-dependencies]