Skip to content

Commit

Permalink
Patch away inconsistent transitive dependencies of libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Mar 11, 2025
1 parent 8a83fbb commit da0543a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 35 deletions.
45 changes: 10 additions & 35 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,10 @@ zstd = { version = "0.12.4", default-features = false }
# For details see: https://github.com/autonomys/rust-libp2p/blob/04c2e649b1f5482b8c3466b0fdbd1815b3126a48/Cargo.toml#L140-L145
libp2p-identity = { git = "https://github.com/autonomys/rust-libp2p", rev = "04c2e649b1f5482b8c3466b0fdbd1815b3126a48" }

# Patch away inconsistent transitive dependencies of libp2p
multistream-select = { git = "https://github.com/autonomys/rust-libp2p", rev = "04c2e649b1f5482b8c3466b0fdbd1815b3126a48" }
rw-stream-sink = { git = "https://github.com/autonomys/rust-libp2p", rev = "04c2e649b1f5482b8c3466b0fdbd1815b3126a48" }

[profile.release]
# Polkadot runtime requires unwinding.
opt-level = 3
Expand Down

0 comments on commit da0543a

Please sign in to comment.