Skip to content

Commit

Permalink
Merge pull request #39 from mycognosist/clone_handshake_complete
Browse files Browse the repository at this point in the history
Use git path for kuska-handshake dependency
  • Loading branch information
mycognosist authored Oct 19, 2023
2 parents 7e1c633 + e26cbcb commit 46591ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kuska-ssb"
version = "0.4.2"
version = "0.4.3"
authors = ["Dhole <dhole@riseup.net>", "Adria Massanet <adria@codecontext.io>", "Andrew Reid <glyph@mycelial.technology>"]
edition = "2021"
description = "Secure Scuttlebutt library"
Expand All @@ -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"
Expand Down

0 comments on commit 46591ef

Please sign in to comment.