Skip to content

Commit

Permalink
Fix wasm32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Feb 2, 2024
1 parent 9927c82 commit 4db6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ halo2_backend = { path = "../halo2_backend" }
halo2_frontend = { path = "../halo2_frontend" }
halo2curves = { version = "0.6.0", default-features = false }
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }
plotters = { version = "0.3.0", default-features = false, optional = true }

[dev-dependencies]
ff = "0.13"
Expand All @@ -68,7 +69,6 @@ gumdrop = "0.8"
proptest = "1"
dhat = "0.3.2"
serde_json = "1"
plotters = { version = "0.3.0", features = ["bitmap_backend", "bitmap_encoder", "ttf"] }

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies]
getrandom = { version = "0.2", features = ["js"] }
Expand Down

0 comments on commit 4db6980

Please sign in to comment.