mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: upgrade to 0.3.0 (#41)
This commit is contained in:
parent
dc2992cbff
commit
7cab7279b4
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
rust-version = "1.75.0"
|
rust-version = "1.75.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.2.0", path = "../test-context-macros/" }
|
test-context-macros = { version = "0.3.0", path = "../test-context-macros/" }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue