Skip to content

Commit

Permalink
chore: enable anvil-core serde feature by default in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 14, 2023
1 parent 3ebeded commit f626f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/anvil/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ reference-trie = { version = "0.25" }
keccak-hasher = { version = "0.15" }

[dev-dependencies]
serde.workspace = true
anvil-core = { path = ".", features = ["serde"] }

[features]
default = []
default = ["serde"]
impersonated-tx = []
fastrlp = ["dep:open-fastrlp"]
serde = ["dep:serde"]

0 comments on commit f626f0d

Please sign in to comment.