Skip to content

Commit 09366c5

Browse files
committed
chore: rollback to 0.5.3
1 parent 45c72c9 commit 09366c5

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.4"
7+
version = "0.5.3"
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.4", path = "../test-context-macros/" }
16+
test-context-macros = { version = "0.5.3", path = "../test-context-macros/" }
1717
futures = "0.3"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)