mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
Merge 72f33ffd20 into 2573779967
This commit is contained in:
commit
1118063740
2 changed files with 4 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "test-context"
|
||||
version = "0.1.4"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
|
||||
homepage = "https://github.com/markhildreth/test-context"
|
||||
repository = "https://github.com/markhildreth/test-context"
|
||||
|
|
@ -16,9 +16,7 @@ async-trait = "0.1.42"
|
|||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.0", features = ["macros", "rt"]}
|
||||
tokio = { version = "1.0", features = ["macros", "rt"] }
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"macros",
|
||||
]
|
||||
members = ["macros"]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "test-context-macros"
|
||||
version = "0.1.4"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "Macro crate for test-context"
|
||||
homepage = "https://github.com/markhildreth/test-context"
|
||||
repository = "https://github.com/markhildreth/test-context"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue