Skip to content

Commit

Permalink
Merge pull request #4 from Actyx/master
Browse files Browse the repository at this point in the history
update to libp2p 0.42 and release 0.8
  • Loading branch information
wngr authored Mar 9, 2022
2 parents 24899f0 + cc22cfe commit aef07f3
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 20 deletions.
77 changes: 59 additions & 18 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
@@ -1,6 +1,6 @@
[package]
name = "libp2p-broadcast"
version = "0.7.0"
version = "0.8.0"
authors = ["David Craven <david@craven.ch>", "Actyx AG"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,4 +10,4 @@ repository = "https://github.com/ipfs-rust/libp2p-broadcast"
[dependencies]
fnv = "1.0.7"
futures = "0.3.17"
libp2p = { version = "0.41", default-features = false }
libp2p = { version = "0.42.1", default-features = false }

0 comments on commit aef07f3

Please sign in to comment.