Skip to content

Commit be1f0e1

Browse files
committed
chore: upgrade to 0.2.0 version
1 parent eb9367e commit be1f0e1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ members = ["test-context", "test-context-macros"]
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.1.6"
7+
version = "0.2.0"
8+
rust-version = "1.75.0"
89
homepage = "https://github.com/JasterV/test-context"
910
repository = "https://github.com/JasterV/test-context"
1011
authors = [

test-context-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "test-context-macros"
33
description = "Macro crate for test-context"
44
version.workspace = true
5+
rust-version.workspace = true
56
edition.workspace = true
67
homepage.workspace = true
78
repository.workspace = true

test-context/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "test-context"
3-
rust-version = "1.75.0"
43
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
54
readme = "../README.md"
65
keywords = ["test", "setup", "teardown"]
76
categories = ["development-tools::testing"]
7+
rust-version.workspace = true
88
version.workspace = true
99
edition.workspace = true
1010
homepage.workspace = true
@@ -13,7 +13,7 @@ authors.workspace = true
1313
license.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/" }
1717
futures = "0.3"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)