Skip to content

Commit

Permalink
Remove evm-security-fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
vldm committed Aug 11, 2022
1 parent 75abaeb commit 929a801
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,3 @@ split-debuginfo = "unpacked"

[patch.crates-io]
primitive-types = { git = "https://github.com/velas/parity-common", branch = "borsh-9-support" }

[patch."https://github.com/velas/evm"]
evm = { git = "ssh://[email protected]/velas/evm-security-fixes.git", branch = "add-traces" }
2 changes: 1 addition & 1 deletion evm-utils/evm-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Vladimir Motylenko <[email protected]>"]
edition = "2018"

[dependencies]
evm = { git = "https://github.com/velas/evm", branch = "add-traces", features = ["with-serde"] }
evm = { git = "https://github.com/velas/evm", branch = "add-traces-precompile-fix", features = ["with-serde"] }
secp256k1 = { version = "0.19.0", features = ["recovery", "global-context"] }
# force rand version, because 0.6.5 break compatibility with secp256k1
rand2 = { version = "=0.6.1", package = "rand" }
Expand Down

0 comments on commit 929a801

Please sign in to comment.