mirror of https://github.com/encounter/objdiff.git
Bump cwextab again to 1.0.2 (#114)
* Bump cwextab * Updated cwextab to not error on null actions * Bump cwextab again
This commit is contained in:
parent
fab9c62dfb
commit
3287a0f65c
|
@ -906,9 +906,9 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cwextab"
|
name = "cwextab"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9a116d883de4f49be4db14f737ec573433798fcea9841594a530f8018d48f303"
|
checksum = "e5aa7f13cc2fcb2bcfd3abc51bdbbf8f1fb729a69ed8c05ecbaa1a42197d1842"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
|
|
|
@ -60,7 +60,7 @@ gimli = { version = "0.31", default-features = false, features = ["read-all"], o
|
||||||
|
|
||||||
# ppc
|
# ppc
|
||||||
cwdemangle = { version = "1.0", optional = true }
|
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 }
|
ppc750cl = { version = "0.3", optional = true }
|
||||||
|
|
||||||
# mips
|
# mips
|
||||||
|
|
|
@ -29,7 +29,7 @@ bytes = "1.7"
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
const_format = "0.2"
|
const_format = "0.2"
|
||||||
cwdemangle = "1.0"
|
cwdemangle = "1.0"
|
||||||
cwextab = "1.0.1"
|
cwextab = "1.0.2"
|
||||||
dirs = "5.0"
|
dirs = "5.0"
|
||||||
egui = "0.29"
|
egui = "0.29"
|
||||||
egui_extras = "0.29"
|
egui_extras = "0.29"
|
||||||
|
|
Loading…
Reference in New Issue