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 4fa7f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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 4fa7f4e

Please sign in to comment.