Skip to content

Commit

Permalink
Use workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Oct 31, 2023
1 parent 39088ec commit bedce15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jsonrpsee = "0.16.2"
kvdb-rocksdb = "0.17.0"
libsecp256k1 = { version = "0.7.1", default-features = false }
log = { version = "0.4.17", default-features = false }
mockall = "0.11"
parity-db = "0.4.2"
rlp = { version = "0.5", default-features = false }
scale-codec = { package = "parity-scale-codec", version = "3.2.1", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions frame/evm-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = { workspace = true }
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = { version = "0.4.17", default-features = false }
log = { workspace = true, default-features = false }
scale-codec = { package = "parity-scale-codec", workspace = true }
scale-info = { workspace = true }
# Substrate
Expand All @@ -21,7 +21,7 @@ sp-runtime = { workspace = true }
sp-std = { workspace = true }

[dev-dependencies]
mockall = "0.11"
mockall = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }

Expand Down

0 comments on commit bedce15

Please sign in to comment.