Update Cargo to point to public github zkp for now

This commit is contained in:
onyinyang 2023-10-05 16:13:30 -04:00
parent 68b5a9c18e
commit 8bf938c81b
No known key found for this signature in database
GPG Key ID: 156A6435430C2036
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2510,7 +2510,7 @@ dependencies = [
[[package]]
name = "zkp"
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 = [
"curve25519-dalek",
"merlin 3.0.0",

View File

@ -22,7 +22,7 @@ rand = "0.8.5"
reqwest = { version = "0.11", features = ["json", "stream"]}
serde = { version = "1.0", features = ["derive", "rc"] }
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_utils = { path = "../lox-utils", version = "0.1.0"}

View File

@ -27,7 +27,7 @@ base64 = "0.21"
time = "0.3.29"
subtle = "2.5"
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]
#default = ["u64_backend"]