Skip to content

Commit 3287a0f

Browse files
Bump cwextab again to 1.0.2 (#114)
* Bump cwextab * Updated cwextab to not error on null actions * Bump cwextab again
1 parent fab9c62 commit 3287a0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

objdiff-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o
6060

6161
# ppc
6262
cwdemangle = { version = "1.0", optional = true }
63-
cwextab = { version = "1.0.1", optional = true }
63+
cwextab = { version = "1.0.2", optional = true }
6464
ppc750cl = { version = "0.3", optional = true }
6565

6666
# mips

objdiff-gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bytes = "1.7"
2929
cfg-if = "1.0"
3030
const_format = "0.2"
3131
cwdemangle = "1.0"
32-
cwextab = "1.0.1"
32+
cwextab = "1.0.2"
3333
dirs = "5.0"
3434
egui = "0.29"
3535
egui_extras = "0.29"

0 commit comments

Comments
 (0)