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
Update CHANGELOG for webrtc_utils, relay and webrtc-websys. Removes libp2pwebrtc-websys::Error variants ProtoSerialization and Signaling. Removes deprecated wasm-timer crate for web-time.
libp2p-metrics = { version = "0.17.1", path = "misc/metrics" }
93
93
libp2p-mplex = { version = "0.43.1", path = "muxers/mplex" }
94
94
libp2p-noise = { version = "0.46.1", path = "transports/noise" }
95
-
libp2p-peer-store = { version = "0.1.0", path = "misc/peer-store" }
96
-
libp2p-perf = { version = "0.4.0", path = "protocols/perf" }
97
95
libp2p-ping = { version = "0.47.0", path = "protocols/ping" }
98
96
libp2p-plaintext = { version = "0.43.0", path = "transports/plaintext" }
99
97
libp2p-pnet = { version = "0.26.0", path = "transports/pnet" }
100
98
libp2p-quic = { version = "0.13.0", path = "transports/quic" }
101
99
libp2p-relay = { version = "0.21.1", path = "protocols/relay" }
102
100
libp2p-rendezvous = { version = "0.17.0", path = "protocols/rendezvous" }
103
101
libp2p-request-response = { version = "0.29.0", path = "protocols/request-response" }
104
-
libp2p-server = { version = "0.12.7", path = "misc/server" }
105
-
libp2p-stream = { version = "0.4.0-alpha", path = "protocols/stream" }
106
102
libp2p-swarm = { version = "0.47.0", path = "swarm" }
107
103
libp2p-swarm-derive = { version = "=0.35.1", path = "swarm-derive" } # `libp2p-swarm-derive` may not be compatible with different `libp2p-swarm` non-breaking releases. E.g. `libp2p-swarm` might introduce a new enum variant `FromSwarm` (which is `#[non-exhaustive]`) in a non-breaking release. Older versions of `libp2p-swarm-derive` would not forward this enum variant within the `NetworkBehaviour` hierarchy. Thus the version pinning is required.
108
104
libp2p-swarm-test = { version = "0.6.0", path = "swarm-test" }
0 commit comments