File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ members = ["test-context", "test-context-macros"]
44
55[workspace .package ]
66edition = " 2021"
7- version = " 0.1.6"
7+ version = " 0.2.0"
8+ rust-version = " 1.75.0"
89homepage = " https://github.com/JasterV/test-context"
910repository = " https://github.com/JasterV/test-context"
1011authors = [
Original file line number Diff line number Diff line change 22name = " test-context-macros"
33description = " Macro crate for test-context"
44version.workspace = true
5+ rust-version.workspace = true
56edition.workspace = true
67homepage.workspace = true
78repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " test-context"
3- rust-version = " 1.75.0"
43description = " A library for providing custom setup/teardown for Rust tests without needing a test harness"
54readme = " ../README.md"
65keywords = [" test" , " setup" , " teardown" ]
76categories = [" development-tools::testing" ]
7+ rust-version.workspace = true
88version.workspace = true
99edition.workspace = true
1010homepage.workspace = true
@@ -13,7 +13,7 @@ authors.workspace = true
1313license.workspace = true
1414
1515[dependencies ]
16- test-context-macros = { version = " 0.1.6 " , path = " ../test-context-macros/" }
16+ test-context-macros = { version = " 0.2.0 " , path = " ../test-context-macros/" }
1717futures = " 0.3"
1818
1919[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments