From 9e8095ab8ba58a8a0f1325d597dd27f2bb81facb Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 29 Aug 2023 11:33:13 -0400 Subject: [PATCH] Update location of zssp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f51bf28..2ee33dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]