From 89fd50ccb5ec6c7435b0445187233afec2dc8dc5 Mon Sep 17 00:00:00 2001 From: Michael Baikov Date: Sat, 7 Dec 2024 09:41:41 -0500 Subject: [PATCH] Release 0.2.43 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Changelog.md | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) 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