Update Cargo to point to public github zkp for now
This commit is contained in:
parent
68b5a9c18e
commit
8bf938c81b
|
@ -2510,7 +2510,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zkp"
|
name = "zkp"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "git+ssh://git@gitlab.torproject.org/onyinyang/test-zkp.git#35a142695699bb01adef1d02860d41f3924deed8"
|
source = "git+https://git@gitlab.torproject.org/onyinyang/test-zkp.git#17010ef440c36a31c28c832ab932911d4092ee97"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curve25519-dalek",
|
"curve25519-dalek",
|
||||||
"merlin 3.0.0",
|
"merlin 3.0.0",
|
||||||
|
|
|
@ -22,7 +22,7 @@ rand = "0.8.5"
|
||||||
reqwest = { version = "0.11", features = ["json", "stream"]}
|
reqwest = { version = "0.11", features = ["json", "stream"]}
|
||||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||||
serde_with = "3.4.0"
|
serde_with = "3.4.0"
|
||||||
zkp = { git = "ssh://git@gitlab.torproject.org/onyinyang/test-zkp.git" }
|
zkp = { git = "https://git@gitlab.torproject.org/onyinyang/test-zkp.git"}
|
||||||
|
|
||||||
lox-library = { path = "../lox-library", version = "0.1.0"}
|
lox-library = { path = "../lox-library", version = "0.1.0"}
|
||||||
lox_utils = { path = "../lox-utils", version = "0.1.0"}
|
lox_utils = { path = "../lox-utils", version = "0.1.0"}
|
||||||
|
|
|
@ -27,7 +27,7 @@ base64 = "0.21"
|
||||||
time = "0.3.29"
|
time = "0.3.29"
|
||||||
subtle = "2.5"
|
subtle = "2.5"
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.49"
|
||||||
zkp = { git = "ssh://git@gitlab.torproject.org/onyinyang/test-zkp.git" }
|
zkp = { git = "https://git@gitlab.torproject.org/onyinyang/test-zkp.git"}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
#default = ["u64_backend"]
|
#default = ["u64_backend"]
|
||||||
|
|
Loading…
Reference in New Issue