Skip to content

Commit

Permalink
chore: update primitive crate to enable serde std (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Feb 5, 2025
1 parent bfde641 commit 9d1c716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/circuits/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ num-traits.workspace = true
lazy_static.workspace = true
tracing.workspace = true
bitcode.workspace = true
serde = { workspace = true, features = ["std"] }

[dev-dependencies]
p3-dft = { workspace = true }
Expand Down

0 comments on commit 9d1c716

Please sign in to comment.