Skip to content

Commit

Permalink
fix(katana-primitives): enable alloy-primitives's serde on serde
Browse files Browse the repository at this point in the history
…feature (#1760)

* enable alloy serde in primitives
  • Loading branch information
kariy authored Apr 3, 2024
1 parent c2280fe commit 00e7ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ strum.workspace = true
strum_macros.workspace = true
thiserror.workspace = true

alloy-primitives.workspace = true
cairo-lang-sierra.workspace = true
cairo-lang-starknet.workspace = true
flate2.workspace = true
starknet_api.workspace = true
alloy-primitives.workspace = true

[features]
default = [ "serde" ]
rpc = [ ]
serde = [ ]
serde = [ "alloy-primitives/serde" ]

0 comments on commit 00e7ae0

Please sign in to comment.