diff --git a/Cargo.toml b/Cargo.toml index 516ff4c..beb2bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "golgi" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Max Fowler ", "Andrew Reid "] readme = "README.md" @@ -20,8 +20,7 @@ log = "0.4" hex = "0.4.3" kuska-handshake = { version = "0.2.0", features = ["async_std"] } kuska-sodiumoxide = "0.2.5-0" -kuska-ssb = { path = "../ssb" } -#kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" } +kuska-ssb = { git = "https://github.com/Kuska-ssb/ssb" } serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.2"