diff --git a/Cargo.lock b/Cargo.lock index b8b7d5f..a4e0db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "cargo-shear" -version = "1.11.2" +version = "1.11.3" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index f9c3e25..673d9ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shear" -version = "1.11.2" +version = "1.11.3" edition = "2024" description = "Detect and fix unused/misplaced dependencies from Cargo.toml" authors = ["Boshen "]