You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We need this PR - https://github.com/tokio-rs/tokio/pull/7879 - to fix potential indefinite stalling of the chainstate
353
-
# subsystem (reproducible on a slow machine during initial sync with 30+ connected peers).
354
-
# The PR was merged after 1.49, so it should probably be part of 1.50 when it comes out.
355
-
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "0d6c7af3e43457350bdc03a6dbcafa276fab7352" }
356
-
357
353
# This patch is needed because there is no release of the library and because ledger-lib depends on ledger-proto, so this is the only way to make the former find the latter.
358
354
# Note that the revision specified here must be the same as the one used in the workspace.dependencies section
0 commit comments