difftreelog
test update hex-literal to support comments
in: master
1 file changed
crates/evm-coder/Cargo.tomldiffbeforeafterboth6[dependencies]6[dependencies]7evm-coder-macros = { path = "../evm-coder-macros" }7evm-coder-macros = { path = "../evm-coder-macros" }8primitive-types = { version = "0.10.1", default-features = false }8primitive-types = { version = "0.10.1", default-features = false }9hex-literal = "0.3"9hex-literal = "0.3.3"10ethereum = { version = "0.9.0", default-features = false }10ethereum = { version = "0.9.0", default-features = false }11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }12impl-trait-for-tuples = "0.2.1"12impl-trait-for-tuples = "0.2.1"