Skip to content

Commit

Permalink
upgrade heimdall (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Dec 7, 2023
1 parent 46cf4f3 commit 96844c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ revm-interpreter = { git = "https://github.com/fuzzland/revm", rev = "91f3a4cc27
"memory_limit",
] }
# external fuzzing-based abi decompiler
heimdall-core = { git = "https://github.com/fuzzland/heimdall-rs.git", rev = "3d95f04146bbef2e0e88e6949a06519c938b47d7" }
heimdall-core = { git = "https://github.com/Jon-Becker/heimdall-rs.git", rev = "256973b58370e05aed1536d1cfe44add20805ea4" }
# heimdall_core relies on an async runtime
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }


move-binary-format = { git = "https://github.com/fuzzland/ityfuzz-sui-fork.git", optional = true }
Expand Down

0 comments on commit 96844c6

Please sign in to comment.