Skip to content

Commit 213a853

Browse files
chore: release v0.5.4 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09366c5 commit 213a853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
rust-version = "1.91.0"
99
homepage = "https://github.com/JasterV/test-context"
1010
repository = "https://github.com/JasterV/test-context"

test-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors.workspace = true
1313
license.workspace = true
1414

1515
[dependencies]
16-
test-context-macros = { version = "0.5.3", path = "../test-context-macros/" }
16+
test-context-macros = { version = "0.5.4", path = "../test-context-macros/" }
1717
futures = "0.3"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)