Skip to content

Commit

Permalink
networking: Fix tests’ dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-gadelshin committed Nov 3, 2023
1 parent 3dfea07 commit 733ad8f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 54 deletions.
81 changes: 28 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/subspace-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ features = [

[dev-dependencies]
rand = "0.8.5"
libp2p-swarm-test = "0.2.0"
libp2p-swarm-test = { git = "https://github.com/shamil-gadelshin/rust-libp2p", rev = "7a9328fc0a5f9e28575192d5f4f8663fde6752af" }

0 comments on commit 733ad8f

Please sign in to comment.