Skip to content

Commit

Permalink
bump libp2p to latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 13, 2024
1 parent 19d4324 commit 7077062
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/torii/libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ katana-runner.workspace = true
tempfile.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libp2p = { git = "https://github.com/libp2p/rust-libp2p", features = [ "dns", "ed25519", "gossipsub", "identify", "macros", "noise", "ping", "quic", "relay", "tcp", "tokio", "websocket", "yamux" ], rev = "cdc9638" }
libp2p-webrtc = { git = "https://github.com/libp2p/rust-libp2p", features = [ "pem", "tokio" ], rev = "cdc9638" }
rcgen = "0.13.1"
libp2p = { git = "https://github.com/libp2p/rust-libp2p", features = [ "ed25519", "gossipsub", "identify", "macros", "noise", "ping", "quic", "relay", "tcp", "tokio", "yamux", "websocket", "dns" ], rev = "f0cbd4fb0cef8d1ae2298901eab95acb5f104ea3" }
libp2p-webrtc = { git = "https://github.com/libp2p/rust-libp2p", features = [ "pem", "tokio" ], rev = "f0cbd4fb0cef8d1ae2298901eab95acb5f104ea3" }
sqlx.workspace = true
tokio.workspace = true
torii-core.workspace = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
libp2p = { git = "https://github.com/libp2p/rust-libp2p", features = [ "ed25519", "gossipsub", "identify", "macros", "ping", "tcp", "wasm-bindgen", "noise", "yamux" ], rev = "f0cbd4fb0cef8d1ae2298901eab95acb5f104ea3" }
libp2p-webrtc-websys = { git = "https://github.com/libp2p/rust-libp2p", rev = "f0cbd4fb0cef8d1ae2298901eab95acb5f104ea3" }
libp2p-websocket-websys = { git = "https://github.com/libp2p/rust-libp2p", rev = "f0cbd4fb0cef8d1ae2298901eab95acb5f104ea3" }
libp2p = { git = "https://github.com/libp2p/rust-libp2p", features = [ "ed25519", "gossipsub", "identify", "macros", "noise", "ping", "tcp", "wasm-bindgen", "yamux" ], rev = "cdc9638" }
libp2p-webrtc-websys = { git = "https://github.com/libp2p/rust-libp2p", rev = "cdc9638" }
libp2p-websocket-websys = { git = "https://github.com/libp2p/rust-libp2p", rev = "cdc9638" }
tracing-wasm = "0.2.1"
wasm-bindgen-futures = "0.4.40"
wasm-bindgen-test = "0.3.40"
Expand Down

0 comments on commit 7077062

Please sign in to comment.