Skip to content

Commit

Permalink
Set default-features = false for serde_with (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored Nov 26, 2024
1 parent a0ed472 commit e74e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eip7702/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ alloy-rlp = { workspace = true, features = ["derive"] }

# serde
serde = { workspace = true, optional = true }
serde_with = { version = "3", optional = true }
serde_with = { version = "3", optional = true, default-features = false, features = ["macros"] }

# arbitrary
arbitrary = { workspace = true, features = ["derive"], optional = true }
Expand Down

0 comments on commit e74e842

Please sign in to comment.