From f4a67ee61929ab2b6b5c1b0433439f00730558be Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 4 Jun 2025 22:04:30 -0600 Subject: [PATCH] Version v1.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75adfd7..96d2011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "1.6.0" +version = "1.6.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8ef7bbe..969c78b 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.6.0" +version = "1.6.1" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"