From 71a31fa25df857eebe8b4ee13c3d1e2be8d3f629 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Mon, 16 Oct 2023 16:06:45 -0400 Subject: [PATCH] updated toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acb531b..879ad09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cfg-if = "1.0" libc = "0.2" once_cell = "1.18.0" ctor = "^0" -zssp = { git = "https://github.com/zerotier/zssp", features = ["openssl-sys", "pqc_kyber"], default-features = false } +zssp = { git = "https://github.com/zerotier/zssp.git", features = ["openssl-sys", "pqc_kyber"], default-features = false } rand_xoshiro = { version = "0.6.0"} [dev-dependencies]