Skip to content

Commit ff6212d

Browse files
committed
bump libp2p-webrtc-utils
1 parent 96a7f26 commit ff6212d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ libp2p-tls = { version = "0.7.0", path = "transports/tls" }
110110
libp2p-uds = { version = "0.44.0", path = "transports/uds" }
111111
libp2p-upnp = { version = "0.7.0", path = "protocols/upnp" }
112112
libp2p-webrtc = { version = "0.10.0-alpha", path = "transports/webrtc" }
113-
libp2p-webrtc-utils = { version = "0.5.0", path = "misc/webrtc-utils" }
113+
libp2p-webrtc-utils = { version = "0.6.0", path = "misc/webrtc-utils" }
114114
libp2p-webrtc-websys = { version = "0.5.0", path = "transports/webrtc-websys" }
115115
libp2p-websocket = { version = "0.46.0", path = "transports/websocket" }
116116
libp2p-websocket-websys = { version = "0.6.0", path = "transports/websocket-websys" }

misc/webrtc-utils/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.0
2+
3+
- Revert migration from `prost` to `quick-protobuf`; this reintroduces the `protoc` build-time dependency (revert of [PR 3312]).
4+
See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX).
5+
16
## 0.5.0
27

38
- Raise MSRV to 1.88.0.

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "libp2p-webrtc-utils"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
rust-version = { workspace = true }
10-
version = "0.5.0"
10+
version = "0.6.0"
1111
publish = true
1212

1313
[dependencies]

0 commit comments

Comments
 (0)