Skip to content

Commit e32775d

Browse files
authored
chore(webrtc): prepare v0.6.0-alpha
Pull-Request: #4123. Co-Authored-By: Max Inden <[email protected]>
1 parent 78510ed commit e32775d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ libp2p-tcp = { version = "0.40.0", path = "transports/tcp" }
9494
libp2p-tls = { version = "0.2.0", path = "transports/tls" }
9595
libp2p-uds = { version = "0.39.0", path = "transports/uds" }
9696
libp2p-wasm-ext = { version = "0.40.0", path = "transports/wasm-ext" }
97-
libp2p-webrtc = { version = "0.5.0-alpha", path = "transports/webrtc" }
97+
libp2p-webrtc = { version = "0.6.0-alpha", path = "transports/webrtc" }
9898
libp2p-websocket = { version = "0.42.0", path = "transports/websocket" }
9999
libp2p-webtransport-websys = { version = "0.1.0", path = "transports/webtransport-websys" }
100100
libp2p-yamux = { version = "0.44.0", path = "muxers/yamux" }

transports/webrtc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.0-alpha
2+
3+
- Update `webrtc` dependency to `v0.8.0`.
4+
See [PR 4099].
5+
6+
[PR 4099]: https://github.com/libp2p/rust-libp2p/pull/4099
7+
18
## 0.5.0-alpha
29

310
- Raise MSRV to 1.65.

transports/webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libp2p-webrtc"
3-
version = "0.5.0-alpha"
3+
version = "0.6.0-alpha"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "WebRTC transport for libp2p"
66
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)