Skip to content

Commit

Permalink
chore: fixed plonk config code style (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored Mar 29, 2024
1 parent 7826b52 commit 58a159e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/snark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ bellman_ce = { git = "https://github.com/matter-labs/bellman", version = "0.3.2"
bellpepper-core = "0.4.0"
byteorder = "1.4.3"
crypto-bigint = { version = "0.5.2", features = ["serde"] }
eyre = "0.6.11"
itertools = "0.9.0"
nova-snark = { version = "0.35", features = ["portable"], default-features = false }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = "1.0.70"
thiserror = "1"
nova-snark = { version = "0.35", features = ["portable"], default-features = false }
eyre = "0.6.11"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasmer = { version = "4.2.5", features = ["js-default"], default-features = false }
Expand Down

0 comments on commit 58a159e

Please sign in to comment.