Skip to content

Commit

Permalink
set local crates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jan 29, 2023
1 parent 250c85e commit 07bcdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "1.0.0"
readme = "../../README.md"

[dependencies]
revm-primitives = { path = "../primitives", default-features = false }
revm-primitives = { path = "../primitives", version="1.0.0", default-features = false }

#utility
derive_more = "0.99"
Expand Down
2 changes: 1 addition & 1 deletion crates/precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/bluealloy/revm"
version = "2.0.0"

[dependencies]
revm-primitives = { path = "../primitives", default-features = false }
revm-primitives = { path = "../primitives", version="1.0.0", default-features = false }
bn = { package = "substrate-bn", version = "0.6", default-features = false }
k256 = { version = "0.11", default-features = false, features = ["ecdsa", "keccak256"] }
num = { version = "0.4.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 07bcdb6

Please sign in to comment.