Skip to content

Commit 6c7160a

Browse files
committed
Use rabbitizer 2.0.0-alpha.1
1 parent 644d476 commit 6c7160a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ allow-git = []
240240
[sources.allow-org]
241241
# github.com organizations to allow git sources for
242242
github = [
243-
"CelestialAmber", # cwextab, rlwinmdec
244-
"Decompollaborate", # rabbitizer
245243
"enarx", # flagset
246244
"encounter",
247245
]

objdiff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ppc750cl = { version = "0.3", optional = true }
150150
rlwinmdec = { version = "1.1", optional = true }
151151

152152
# mips
153-
rabbitizer = { git = "https://github.com/Decompollaborate/rabbitizer.git", branch = "🦀", default-features = false, features = ["all_extensions"], optional = true }
153+
rabbitizer = { version = "2.0.0-alpha.1", default-features = false, features = ["all_extensions"], optional = true }
154154

155155
# x86
156156
cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true }

0 commit comments

Comments
 (0)