diff --git a/Cargo.lock b/Cargo.lock index 75637e0..1d38bbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "cargo-show-asm" -version = "0.2.42" +version = "0.2.43" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index d3ff272..da48bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-show-asm" -version = "0.2.42" +version = "0.2.43" edition = "2021" description = "A cargo subcommand that displays the generated assembly of Rust source code." categories = ["development-tools::cargo-plugins", "development-tools::debugging"] diff --git a/Changelog.md b/Changelog.md index 693dd81..441c528 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Change Log +## [0.2.43] - 2024-12-07 +- `-vv` also prints invoked cargo command (#345) + thanks @zheland +- bump deps + ## [0.2.42] - 2024-11-10 - `--quiet` option that gets passed to `cargo - Also search for context in `.set` statements - for merged functions