From e5f1955d29f88e879e2c9090742e6035176552f7 Mon Sep 17 00:00:00 2001 From: mycognosist Date: Wed, 18 Oct 2023 16:21:40 +0200 Subject: [PATCH 1/2] use git path for kuska-handshake dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a680cb..c49d569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL-3.0" name = "kuska_ssb" [dependencies] -kuska-handshake = { version = "0.2", features=["async_std"] } +kuska-handshake = { git = "https://github.com/Kuska-ssb/handshake.git", features = ["async_std"] } kuska-sodiumoxide = "0.2.5-0" base64 = "0.11.0" hex = "0.4.0" From e26cbcb93699af6a5fbbd5ef92a1cfcc0a717794 Mon Sep 17 00:00:00 2001 From: mycognosist Date: Thu, 19 Oct 2023 08:27:20 +0200 Subject: [PATCH 2/2] bump patch version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c49d569..fe88916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kuska-ssb" -version = "0.4.2" +version = "0.4.3" authors = ["Dhole ", "Adria Massanet ", "Andrew Reid "] edition = "2021" description = "Secure Scuttlebutt library"