Skip to content

Commit

Permalink
Use libp2p fork to circumvent Sink panic
Browse files Browse the repository at this point in the history
  • Loading branch information
Eligioo committed Jun 20, 2024
1 parent 592d626 commit 5a0f11e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 94 deletions.
128 changes: 36 additions & 92 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 network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ nimiq-utils = { workspace = true, features = [
nimiq-validator-network = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
libp2p = { version = "0.53.2", default-features = false, features = [
libp2p = { git = "https://github.com/Eligioo/rust-libp2p", branch = "stefan/quicksink-no-panic", default-features = false, features = [
"autonat",
"gossipsub",
"kad",
Expand All @@ -71,7 +71,7 @@ libp2p = { version = "0.53.2", default-features = false, features = [
] }

[target.'cfg(target_family = "wasm")'.dependencies]
libp2p = { version = "0.53.2", default-features = false, features = [
libp2p = { git = "https://github.com/Eligioo/rust-libp2p", branch = "stefan/quicksink-no-panic", default-features = false, features = [
"autonat",
"gossipsub",
"kad",
Expand Down

0 comments on commit 5a0f11e

Please sign in to comment.