Skip to content

Commit

Permalink
Merge pull request #357 from pacak/rc-0.2.45
Browse files Browse the repository at this point in the history
Release 0.2.45
  • Loading branch information
pacak authored Dec 23, 2024
2 parents 178357b + f23a9c4 commit 2c59dc5
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 30 deletions.
26 changes: 13 additions & 13 deletions 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.44"
version = "0.2.45"
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
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.2.45] - 2024-12-23
- flags related to target cpu are now passed to all the dependencies if specified
thanks @zheland
- bump deps in tests
- bump deps

## [0.2.44] - 2024-12-20
- improve error for mismaching/corrupted rust-src
- support for ARM disassembly
Expand Down
26 changes: 13 additions & 13 deletions sample/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 sample_cdylib/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 sample_merged/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 sample_rlib/Cargo.lock

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

0 comments on commit 2c59dc5

Please sign in to comment.