Skip to content

Commit

Permalink
Release 0.2.45
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Dec 23, 2024
1 parent d5b08d0 commit f23a9c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.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

0 comments on commit f23a9c4

Please sign in to comment.