Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-show-asm"
version = "0.2.56"
version = "0.2.57"
edition = "2021"
description = "A cargo subcommand that displays the generated assembly of Rust source code."
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]
Expand Down
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change Log

## [0.2.57] - 2026-03-13
- More support for cargo build-dir (#449)
thanks @ranger-ross
- `-p` suppors both package name and package ids (#450)
- bump deps

## [0.2.56] - 2026-02-18
- try to resolve focules before complaining that there are several (#443)
this deals with build.rs that is a target, but not something we can focus on
- try to resolve focuses before complaining that there is several of them (#443)
this deals with `build.rs` that a target, but not something we can focus on
- support for powerpc-nintendo-none-eabi (#444)
- bump deps

Expand Down
Loading