diff --git a/Cargo.lock b/Cargo.lock index f752e5df6..a9678df15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "datatest-stable" -version = "0.2.6" +version = "0.2.7" dependencies = [ "camino", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 4df086fa4..1fba66031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datatest-stable" -version = "0.2.6" +version = "0.2.7" description = "Data-driven tests that work on stable Rust" repository = "https://github.com/nextest-rs/datatest-stable" license = "MIT OR Apache-2.0"