diff --git a/Cargo.lock b/Cargo.lock index 3b6c8232b55..c802b096876 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "cargo-nextest" -version = "0.9.81" +version = "0.9.82" dependencies = [ "camino", "camino-tempfile", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 47cd423b2e0..8f660484d8b 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-nextest" description = "A next-generation test runner for Rust." -version = "0.9.81" +version = "0.9.82" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/nextest-rs/nextest"