mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-11 08:21:30 +01:00
Update workspace and dependency paths
This commit is contained in:
@@ -22,8 +22,8 @@ edition = "2018"
|
||||
################################# Dependencies ################################
|
||||
|
||||
[dependencies]
|
||||
algebra = { path = "../algebra", default-features = false }
|
||||
r1cs-core = { path = "../r1cs-core", default-features = false }
|
||||
algebra = { git = "https://github.com/scipr-lab/zexe", default-features = false }
|
||||
r1cs-core = { git = "https://github.com/scipr-lab/zexe", default-features = false }
|
||||
derivative = { version = "2", features = ["use_core"] }
|
||||
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
|
||||
|
||||
@@ -32,7 +32,7 @@ rand = { version = "0.7", default-features = false }
|
||||
rand_xorshift = { version = "0.2" }
|
||||
# Currently this means that all downstream users of `r1cs-std` will be using
|
||||
# `algebra` with the `bls12_381` feature. This is because of a cargo bug.
|
||||
algebra = { path = "../algebra", default-features = false, features = [ "bls12_381" ] }
|
||||
algebra = { git = "https://github.com/scipr-lab/zexe", default-features = false, features = [ "bls12_381" ] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user