difftreelog
fix nostd build of evm-coder
in: master
1 file changed
crates/evm-coder/Cargo.tomldiffbeforeafterboth8primitive-types = { version = "0.9", default-features = false }8primitive-types = { version = "0.9", default-features = false }9hex-literal = "0.3"9hex-literal = "0.3"10ethereum = { version = "0.7.1", default-features = false }10ethereum = { version = "0.7.1", default-features = false }11evm-core = { git = "https://github.com/usetech-llc/evm.git", branch="precompile-output-parachain" }11evm-core = { default-features = false, git = "https://github.com/usetech-llc/evm.git", branch="precompile-output-parachain" }12impl-trait-for-tuples = "0.2.1"12impl-trait-for-tuples = "0.2.1"131314[dev-dependencies]14[dev-dependencies]15hex = "0.4.3"15hex = "0.4.3"161617[features]17[features]18default = ["std"]18default = ["std"]19std = ["ethereum/std", "primitive-types/std"]19std = ["ethereum/std", "primitive-types/std", "evm-core/std"]