Skip to content

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 authored and adria0 committed Apr 5, 2020
1 parent e7c748b commit 9675caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kuska-handshake = { git = "https://github.com/Kuska-ssb/kuska-handshake", branch = "master" , features=["sync","async_std"] }
kuska-ssb = { path="../kuska-ssb" }
kuska-ssb = { git ="https://github.com/Kuska-ssb/kuska-ssb", branch="master" }
async-std = { version = "1.4.0", features=["unstable","attributes"] }
futures = "0.3.4"
serde = { version = "1.0.104", features = ["derive"] }
Expand All @@ -30,4 +30,4 @@ xdg = "2.2.0"
get_if_addrs = "0.5.3"
base64 = "0.11.0"
once_cell = "1.3.1"
async-trait = "0.1.29"
async-trait = "0.1.29"

0 comments on commit 9675caa

Please sign in to comment.