From c452b746663bb129a7148db65250453967e49ca7 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 10 Oct 2023 12:33:27 -0400 Subject: [PATCH] Version 0.5.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3d1878..60beb53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "decomp-toolkit" -version = "0.5.6" +version = "0.5.7" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 376b286..b305205 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.5.6" +version = "0.5.7" edition = "2021" publish = false build = "build.rs"