Skip to content

Commit cd61792

Browse files
authored
Merge pull request #3208 from autonomys/fix-snap-sync
Fix Snap sync
2 parents bff60b2 + 3510a16 commit cd61792

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/subspace-networking/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void = "1.0.2"
5454
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 and
5555
# https://github.com/libp2p/rust-libp2p/issues/5634 are resolved
5656
git = "https://github.com/autonomys/rust-libp2p"
57-
rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8"
57+
rev = "3f6238a86bda615ee9ec54462147f6a5d7891b6d"
5858
version = "0.54.1"
5959
default-features = false
6060
features = [
@@ -78,4 +78,4 @@ features = [
7878
[dev-dependencies]
7979
rand = "0.8.5"
8080
# TODO: Replace with upstream once https://github.com/libp2p/rust-libp2p/issues/5626 is resolved
81-
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "ae7527453146df24aff6afed5f5b9efdffbc15b8" }
81+
libp2p-swarm-test = { version = "0.4.0", git = "https://github.com/autonomys/rust-libp2p", rev = "3f6238a86bda615ee9ec54462147f6a5d7891b6d" }

0 commit comments

Comments
 (0)