Use rabbitizer 2.0.0-alpha.1

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

9
Cargo.lock generated
View File

@ -996,9 +996,9 @@ dependencies = [
[[package]] [[package]]
name = "deranged" name = "deranged"
version = "0.4.1" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058" checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
dependencies = [ dependencies = [
"powerfmt", "powerfmt",
] ]
@ -3950,8 +3950,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
[[package]] [[package]]
name = "rabbitizer" name = "rabbitizer"
version = "2.0.0-dev0" version = "2.0.0-alpha.1"
source = "git+https://github.com/Decompollaborate/rabbitizer.git?branch=%F0%9F%A6%80#149aa16a440629ebb604308eb3dbdcf5475b841c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64080591f74ce1fc31da186bbc915cb240dc6097b8df4bbd450c8a3fa493777d"
dependencies = [ dependencies = [
"bitflags 2.9.0", "bitflags 2.9.0",
] ]

View File

@ -240,8 +240,6 @@ allow-git = []
[sources.allow-org] [sources.allow-org]
# github.com organizations to allow git sources for # github.com organizations to allow git sources for
github = [ github = [
"CelestialAmber", # cwextab, rlwinmdec
"Decompollaborate", # rabbitizer
"enarx", # flagset "enarx", # flagset
"encounter", "encounter",
] ]

View File

@ -150,7 +150,7 @@ ppc750cl = { version = "0.3", optional = true }
rlwinmdec = { version = "1.1", optional = true } rlwinmdec = { version = "1.1", optional = true }
# mips # 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 # x86
cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true } cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true }