Skip to content

Commit

Permalink
Bump cwextab again to 1.0.2 (#114)
Browse files Browse the repository at this point in the history
* Bump cwextab

* Updated cwextab to not error on null actions

* Bump cwextab again
  • Loading branch information
CelestialAmber authored Oct 3, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent fab9c62 commit 3287a0f
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 objdiff-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o

# ppc
cwdemangle = { version = "1.0", optional = true }
cwextab = { version = "1.0.1", optional = true }
cwextab = { version = "1.0.2", optional = true }
ppc750cl = { version = "0.3", optional = true }

# mips
2 changes: 1 addition & 1 deletion objdiff-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ bytes = "1.7"
cfg-if = "1.0"
const_format = "0.2"
cwdemangle = "1.0"
cwextab = "1.0.1"
cwextab = "1.0.2"
dirs = "5.0"
egui = "0.29"
egui_extras = "0.29"

0 comments on commit 3287a0f

Please sign in to comment.