Skip to content

Commit c9bd92b

Browse files
authored
chore(webrtc): bump crate version, fix changelog
Fix `libp2p-webrtc` crate version bump and changelog entry. Amendment to #5448. Pull-Request: #6080.
1 parent d92dabc commit c9bd92b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -109,7 +109,7 @@ libp2p-tcp = { version = "0.44.0", path = "transports/tcp" }
109109
libp2p-tls = { version = "0.6.2", path = "transports/tls" }
110110
libp2p-uds = { version = "0.43.0", path = "transports/uds" }
111111
libp2p-upnp = { version = "0.4.1", path = "protocols/upnp" }
112-
libp2p-webrtc = { version = "0.9.0-alpha", path = "transports/webrtc" }
112+
libp2p-webrtc = { version = "0.9.0-alpha.1", path = "transports/webrtc" }
113113
libp2p-webrtc-utils = { version = "0.4.0", path = "misc/webrtc-utils" }
114114
libp2p-webrtc-websys = { version = "0.4.0", path = "transports/webrtc-websys" }
115115
libp2p-websocket = { version = "0.45.1", path = "transports/websocket" }

transports/webrtc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10-alpha
1+
## 0.9.0-alpha.1
22

33
- Bump `webrtc` dependency to `0.12.0`.
44
See [PR 5448](https://github.com/libp2p/rust-libp2p/pull/5448).

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.9.0-alpha"
3+
version = "0.9.0-alpha.1"
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)