From c30965c9edf724912c9d4e681495af0cfcee3871 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 3 Dec 2025 18:05:32 -0700 Subject: [PATCH] Version 1.7.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5095664..2127126 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "1.7.4" +version = "1.7.5" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f65e157..fbb7e4a 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.4" +version = "1.7.5" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"