Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flyq committed Apr 6, 2023
1 parent 4325b6a commit 6d25def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/byte/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
hex = "0.4.3"
revm = { git = "https://github.com/flyq/revm-debug", rev = "b8e712f", default-features = false }
revm = { git = "https://github.com/0xevm/revm-debug", rev = "b8e712f", default-features = false }
2 changes: 1 addition & 1 deletion src/signextend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
revm = { git = "https://github.com/flyq/revm-debug", rev = "b8e712f", default-features = false }
revm = { git = "https://github.com/0xevm/revm-debug", rev = "b8e712f", default-features = false }

0 comments on commit 6d25def

Please sign in to comment.