mirror of https://github.com/encounter/objdiff.git
Update cwdemangle
This commit is contained in:
parent
636a8e00c5
commit
42601b4750
|
@ -620,9 +620,9 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cwdemangle"
|
name = "cwdemangle"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c6db639f6653b14e5d248de711796d8a082a19bfd242a2bba03051074cd3498e"
|
checksum = "b58d34a3a03cfe0a4ebfd03aeda6ee8a0f2e99bd3308476a8a89815add3ec373"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
]
|
]
|
||||||
|
|
|
@ -25,7 +25,7 @@ anyhow = "1.0.68"
|
||||||
bytes = "1.3.0"
|
bytes = "1.3.0"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
const_format = "0.2.30"
|
const_format = "0.2.30"
|
||||||
cwdemangle = "0.1.4"
|
cwdemangle = "0.1.5"
|
||||||
eframe = { version = "0.20.1", features = ["persistence"] }
|
eframe = { version = "0.20.1", features = ["persistence"] }
|
||||||
egui = "0.20.1"
|
egui = "0.20.1"
|
||||||
egui_extras = "0.20.0"
|
egui_extras = "0.20.0"
|
||||||
|
|
Loading…
Reference in New Issue