Update location of zssp

This commit is contained in:
Adam Ierymenko
2023-08-29 11:33:13 -04:00
parent 4b213a0e93
commit 9e8095ab8b
+1 -1
View File
@@ -18,7 +18,7 @@ cfg-if = "1.0"
libc = "0.2"
once_cell = "1.18.0"
ctor = "^0"
zssp = { git = "ssh://git@github.com/zerotier/zssp.git", branch = "main", features = ["openssl-sys", "pqc_kyber"], default-features = false }
zssp = { git = "https://github.com/zerotier/zssp-proto", branch = "main", features = ["openssl-sys", "pqc_kyber"], default-features = false }
rand_xoshiro = { version = "0.6.0"}
[dev-dependencies]