mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: rollback to 0.5.3
This commit is contained in:
parent
45c72c9b71
commit
09366c58d5
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
version = "0.5.4"
|
version = "0.5.3"
|
||||||
rust-version = "1.91.0"
|
rust-version = "1.91.0"
|
||||||
homepage = "https://github.com/JasterV/test-context"
|
homepage = "https://github.com/JasterV/test-context"
|
||||||
repository = "https://github.com/JasterV/test-context"
|
repository = "https://github.com/JasterV/test-context"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
test-context-macros = { version = "0.5.4", path = "../test-context-macros/" }
|
test-context-macros = { version = "0.5.3", path = "../test-context-macros/" }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue