Skip to content

Commit

Permalink
disable default features of serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
gshep committed Feb 15, 2024
1 parent a9a1e44 commit c49a500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plonky2_util = { path = "../util", default-features = false }
rand = { version = "0.8.4", default-features = false }
rand_chacha = { version = "0.3.1", optional = true, default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
serde_json = "1.0"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
static_assertions = { version = "1.1.0", default-features = false }
unroll = { version = "0.1.5", default-features = false }
web-time = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit c49a500

Please sign in to comment.