From ab4077b1158e93759da69be2477dbd31f3e605fe Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 10 Mar 2022 11:11:15 +0200 Subject: [PATCH] temporarily point to kuska-ssb branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b523f..3c2079d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ kuska-handshake = { version = "0.2.0", features = ["async_std"] } kuska-sodiumoxide = "0.2.5-0" #kuska-ssb = "0.4.0" #kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" } -kuska-ssb = { path = "../ssb" } +kuska-ssb = { git = "https://github.com/mycognosist/ssb.git", branch = "private_messages" } serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.2"