Skip to content

Commit

Permalink
enable alloy serde in primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Apr 3, 2024
1 parent 24f40c6 commit 4ad4b18
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" ]
default = [ "alloy-primitives/serde", "serde" ]
rpc = [ ]
serde = [ ]

0 comments on commit 4ad4b18

Please sign in to comment.