Skip to content

Commit

Permalink
fix: feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Jan 13, 2023
1 parent b900ea5 commit d9579bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ dev = [
"optional_gas_refund",
]
secp256k1 = ["revm-precompiles/secp256k1"]
memory_limit = []
no_gas_measuring = []
optional_balance_check = []
optional_block_gas_limit = []
optional_eip3607 = []
optional_gas_refund = []
memory_limit = ["revm-interpreter/memory_limit"]
no_gas_measuring = ["revm-interpreter/no_gas_measuring"]
optional_balance_check = ["revm-interpreter/optional_balance_check"]
optional_block_gas_limit = ["revm-interpreter/optional_block_gas_limit"]
optional_eip3607 = ["revm-interpreter/optional_eip3607"]
optional_gas_refund = ["revm-interpreter/optional_gas_refund"]
std = ["bytes/std", "hex/std", "revm-interpreter/std"]
ethersdb = ["tokio", "futures", "ethers-providers", "ethers-core"]
serde = ["dep:serde", "hex/serde", "hashbrown/serde", "revm-interpreter/serde"]
Expand Down

0 comments on commit d9579bc

Please sign in to comment.