Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
akileshtangella committed Mar 20, 2023
1 parent 061813b commit 37cb28c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ark-bls12-381 = { version = "^0.3.0", default-features = false, features = ["cur
ark-bn254 = { version = "^0.3.0", default-features = false, features = ["curve"], optional = true }
ark-ec = { version = "^0.3.0", default-features = false }
ark-ff = { version = "^0.3.0", default-features = false }
ark-groth16 = { optional=true, git = "https://github.com/arkworks-rs/groth16", rev = "765817f", default-features = false, features = ["parallel"] }
# ark-groth16 = { version = "^0.3.0", default-features = false }
# ark-groth16 = { optional=true, git = "https://github.com/arkworks-rs/groth16", rev = "765817f", default-features = false, features = ["parallel"] }
ark-groth16 = { optional=true, version = "^0.3.0", default-features = false }
ark-relations = { version = "^0.3.0", default-features = false }
ark-serialize = { version = "^0.3.0", default-features = false, features = ["derive"] }
ark-std = { version = "^0.3.0", default-features = false }
Expand Down Expand Up @@ -71,5 +71,5 @@ verifying = [
"arkworks-native-gadgets",
"ark-bls12-381",
"ark-bn254",
"ark-groth16/parallel"
"ark-groth16"
]
2 changes: 1 addition & 1 deletion standalone/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ std = [
"orml-tokens/std",
"orml-currencies/std",
"webb-primitives/std",
]
]

0 comments on commit 37cb28c

Please sign in to comment.