diff --git a/Cargo.lock b/Cargo.lock index ec230e2..ebdeac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285" [[package]] name = "decomp-toolkit" -version = "0.7.6" +version = "0.8.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 951db4a..34faf56 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.7.6" +version = "0.8.0" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"