Skip to content

Commit

Permalink
Merge pull request #3208 from autonomys/fix-snap-sync
Browse files Browse the repository at this point in the history
Fix Snap sync
  • Loading branch information
nazar-pc authored Nov 4, 2024
2 parents bff60b2 + 3510a16 commit cd61792
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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 crates/subspace-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void = "1.0.2"
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 and
# https://github.com/libp2p/rust-libp2p/issues/5634 are resolved
git = "https://github.com/autonomys/rust-libp2p"
rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8"
rev = "3f6238a86bda615ee9ec54462147f6a5d7891b6d"
version = "0.54.1"
default-features = false
features = [
Expand All @@ -78,4 +78,4 @@ features = [
[dev-dependencies]
rand = "0.8.5"
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 is resolved
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8" }
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "3f6238a86bda615ee9ec54462147f6a5d7891b6d" }

0 comments on commit cd61792

Please sign in to comment.