Use rabbitizer 2.0.0-alpha.1

This commit is contained in:
2025-04-22 18:12:02 -06:00
parent 644d4762f0
commit 6c7160ab7e
3 changed files with 6 additions and 7 deletions

View File

@@ -150,7 +150,7 @@ ppc750cl = { version = "0.3", optional = true }
rlwinmdec = { version = "1.1", optional = true }
# mips
rabbitizer = { git = "https://github.com/Decompollaborate/rabbitizer.git", branch = "🦀", default-features = false, features = ["all_extensions"], optional = true }
rabbitizer = { version = "2.0.0-alpha.1", default-features = false, features = ["all_extensions"], optional = true }
# x86
cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true }