Skip to content

Commit f919e4e

Browse files
Release ice version 0.9.0
1 parent beaff28 commit f919e4e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ice/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.9.0
6+
57
* Increased minimum support rust version to `1.60.0`.
68

79
### Breaking changes

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-ice"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of ICE"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.60.0"
1616
[dependencies]
1717
data = { version = "0.5.1", path = "../data", package = "webrtc-data" }
1818
dtls = { version = "0.6.1", path = "../dtls", package = "webrtc-dtls" }
19-
ice = { version = "0.8.0", path = "../ice", package = "webrtc-ice" }
19+
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
2020
interceptor = { version = "0.8.0", path = "../interceptor" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
2222
media = { version = "0.4.7", path = "../media", package = "webrtc-media" }

0 commit comments

Comments
 (0)