Skip to content

Commit

Permalink
chore: disable serde-with default features
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 29, 2024
1 parent b9aa9d4 commit fde1104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ serde = { version = "1.0", default-features = false, features = [
"alloc",
] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde_with = "3.3.0"
serde_with = { version = "3", default-features = false, features = ["macros"] }

# misc
auto_impl = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-types-beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ethereum_ssz_derive = { workspace = true, optional = true }
ethereum_ssz = { workspace = true, optional = true }

serde.workspace = true
serde_with.workspace = true
serde_with = { workspace = true, features = ["alloc"] }

thiserror.workspace = true

Expand Down

0 comments on commit fde1104

Please sign in to comment.