Skip to content

Commit

Permalink
Updated cwextab to not error on null actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Oct 2, 2024
1 parent 9bef8ea commit 9697e39
Show file tree
Hide file tree
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
Expand Up @@ -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", optional = true }
cwextab = { version = "1.0.1", optional = true }
ppc750cl = { version = "0.3", optional = true }

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

0 comments on commit 9697e39

Please sign in to comment.