Skip to content

Commit

Permalink
Release 0.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed May 6, 2024
1 parent ef2fd11 commit b858eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.34"
version = "0.2.35"
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
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.2.35] - 2024-05-05
## [0.2.35] - 2024-05-06
- don't include constants by default
- include local jump labels in disassembly
- include instructions in hex in disassembly
Expand Down

0 comments on commit b858eb3

Please sign in to comment.