Skip to content

Commit

Permalink
update evmc (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Mar 26, 2024
1 parent 1afb430 commit 5a956ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ libc = { version = "0.2", default-features = false }
# tokio = {version = "1.15.0", features = ["rt","rt-multi-thread"]}
# evmc-declare = { path = "../evmc/bindings/rust/evmc-declare" }
# evmc-vm = { path = "../evmc/bindings/rust/evmc-vm" }
evmc-declare = { git = "https://github.com/FISCO-BCOS/evmc", rev = "94c2b3fcd2d41db4a96600867634f4de700a3962" }
evmc-vm = { git = "https://github.com/FISCO-BCOS/evmc", rev = "94c2b3fcd2d41db4a96600867634f4de700a3962" }
evmc-declare = { git = "https://github.com/FISCO-BCOS/evmc", rev = "b2986bdd68ddf9f35c3ae889c5bee8b643ecb4bd" }
evmc-vm = { git = "https://github.com/FISCO-BCOS/evmc", rev = "b2986bdd68ddf9f35c3ae889c5bee8b643ecb4bd" }

[profile.release]
lto = false

0 comments on commit 5a956ef

Please sign in to comment.