diff --git a/Cargo.lock b/Cargo.lock index ebdeac1..6b6f000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285" [[package]] name = "decomp-toolkit" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "ar", @@ -856,7 +856,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "objdiff-core" version = "1.0.0" -source = "git+https://github.com/encounter/objdiff?rev=2c46286affd11fe37f620ba919a3e57c4b80ccdb#2c46286affd11fe37f620ba919a3e57c4b80ccdb" +source = "git+https://github.com/encounter/objdiff?rev=8b36fa4fc657d9edf767797af9d394bb32898711#8b36fa4fc657d9edf767797af9d394bb32898711" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 34faf56..3662641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "decomp-toolkit" description = "Yet another GameCube/Wii decompilation toolkit." authors = ["Luke Street "] license = "MIT OR Apache-2.0" -version = "0.8.0" +version = "0.8.1" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit" @@ -47,7 +47,7 @@ nintendo-lz = "0.1.3" nodtool = { git = "https://github.com/encounter/nod-rs", rev = "03b83484cb17f94408fa0ef8e50d94951464d1b2" } #nodtool = { path = "../nod-rs/nodtool" } num_enum = "0.7.2" -objdiff-core = { git = "https://github.com/encounter/objdiff", rev = "2c46286affd11fe37f620ba919a3e57c4b80ccdb", features = ["ppc"] } +objdiff-core = { git = "https://github.com/encounter/objdiff", rev = "8b36fa4fc657d9edf767797af9d394bb32898711", features = ["ppc"] } #objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] } object = { version = "0.35.0", features = ["read_core", "std", "elf", "write_std"], default-features = false } once_cell = "1.19.0"