Skip to content

Commit

Permalink
use no-std serde for primitive-types (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitounliu committed Mar 8, 2023
1 parent 2e9c3b7 commit ebd5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ with-codec = [
]
with-serde = [
"serde",
"primitive-types/serde",
"primitive-types/impl-serde",
"evm-core/with-serde",
"ethereum/with-serde",
]
Expand Down

0 comments on commit ebd5883

Please sign in to comment.