Version 1.7.6

This commit is contained in:
2025-12-09 10:00:27 -07:00
parent 49b21788a7
commit 3434c06736
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -342,7 +342,7 @@ dependencies = [
[[package]]
name = "decomp-toolkit"
version = "1.7.5"
version = "1.7.6"
dependencies = [
"aes",
"anyhow",

View File

@@ -3,7 +3,7 @@ name = "decomp-toolkit"
description = "Yet another GameCube/Wii decompilation toolkit."
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
version = "1.7.5"
version = "1.7.6"
edition = "2021"
publish = false
repository = "https://github.com/encounter/decomp-toolkit"