Version 0.7.6

This commit is contained in:
Luke Street 2024-04-03 00:13:42 -06:00
parent d0f39f1d82
commit 3497d38ea3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -269,7 +269,7 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285"
[[package]]
name = "decomp-toolkit"
version = "0.7.5"
version = "0.7.6"
dependencies = [
"anyhow",
"ar",

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 = "0.7.5"
version = "0.7.6"
edition = "2021"
publish = false
repository = "https://github.com/encounter/decomp-toolkit"