difftreelog
misc: remive frontier dependency
in: master
2 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2330,7 +2330,6 @@
"hex",
"hex-literal",
"impl-trait-for-tuples",
- "pallet-evm",
"primitive-types 0.12.1",
"sha3-const",
"similar-asserts",
crates/evm-coder/Cargo.tomldiffbeforeafterboth19# We have tuple-heavy code in solidity.rs19# We have tuple-heavy code in solidity.rs20impl-trait-for-tuples = "0.2.2"20impl-trait-for-tuples = "0.2.2"2122pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }232124[dev-dependencies]22[dev-dependencies]25# We want to assert some large binary blobs equality in tests23# We want to assert some large binary blobs equality in tests