fix kuska dependency and bump version

This commit is contained in:
glyph 2022-08-08 08:13:55 +01:00
parent 05e2540403
commit 821198a400
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "golgi"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Max Fowler <max@mfowler.info>", "Andrew Reid <glyph@mycelial.technology>"]
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"