diff --git a/Cargo.lock b/Cargo.lock index 46afd19..c9fe8e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "1.7.0" +version = "1.7.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b7fc85f..cd76346 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 = "1.7.0" +version = "1.7.1" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"