Skip to content

Commit cc62ef4

Browse files
committed
chore: bump cargo-test-{support,macro} due to public API changes
1 parent 5db20cd commit cc62ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cargo-test-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-test-macro"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version = "1.79" # MSRV:1
66
license.workspace = true

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-test-support"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version = "1.79" # MSRV:1
66
license.workspace = true

0 commit comments

Comments
 (0)