From 8c8747572ce916b90ae58cd85a5fe00c8827dd51 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 26 Nov 2025 21:59:00 -0700 Subject: [PATCH] Version 1.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 138cbd7..8e3ec69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "1.7.2" +version = "1.7.3" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1611ece..a674991 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.2" +version = "1.7.3" edition = "2021" publish = false repository = "https://github.com/encounter/decomp-toolkit"