Skip to content

Commit

Permalink
Pin SputnikVM's evm-core to 0.26.1 explicitly. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw authored May 12, 2021
1 parent a51008a commit d937bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ blake2 = { git = "https://github.com/near/near-blake2.git", version = "0.9.1", d
borsh = { version = "0.8.2", default-features = false }
bn = { package = "aurora-bn", git = "https://github.com/aurora-is-near/aurora-bn.git", default-features = false }
evm = { version = "0.26.0", default-features = false }
evm-core = { version = "0.26.1", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false }
num = { version = "0.4.0", default-features = false, features = ["alloc"] }
primitive-types = { version = "0.9.0", default-features = false, features = ["rlp"] }
Expand Down

0 comments on commit d937bf6

Please sign in to comment.