Skip to content

Commit e9fe1bc

Browse files
committed
bump version to v0.17.1
1 parent 97b3c4b commit e9fe1bc

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resolver = "2"
2323
opt-level = 0
2424

2525
[workspace.package]
26-
version = "0.17.0"
26+
version = "0.17.1"
2727
authors = ["Rain Liu <yliu@webrtc.rs>"]
2828
edition = "2021"
2929
license = "MIT/Apache-2.0"
@@ -34,18 +34,18 @@ keywords = ["sansio", "networking", "protocols"]
3434
categories = ["network-programming"]
3535

3636
[workspace.dependencies]
37-
webrtc = { version = "0.17.0", path = "webrtc" }
38-
data = { version = "0.17.0", path = "data", package = "webrtc-data" }
39-
dtls = { version = "0.17.0", path = "dtls" }
40-
ice = { version = "0.17.0", path = "ice", package = "webrtc-ice" }
41-
interceptor = { version = "0.17.0", path = "interceptor" }
42-
mdns = { version = "0.17.0", path = "mdns", package = "webrtc-mdns" }
43-
media = { version = "0.17.0", path = "media", package = "webrtc-media" }
44-
rtcp = { version = "0.17.0", path = "rtcp" }
45-
rtp = { version = "0.17.0", path = "rtp" }
46-
sctp = { version = "0.17.0", path = "sctp", package = "webrtc-sctp" }
47-
sdp = { version = "0.17.0", path = "sdp" }
48-
srtp = { version = "0.17.0", path = "srtp", package = "webrtc-srtp" }
49-
stun = { version ="0.17.0", path = "stun" }
50-
turn = { version = "0.17.0", path = "turn" }
51-
util = { version = "0.17.0", path = "util", package = "webrtc-util", default-features = false }
37+
webrtc = { version = "0.17.1", path = "webrtc" }
38+
data = { version = "0.17.1", path = "data", package = "webrtc-data" }
39+
dtls = { version = "0.17.1", path = "dtls" }
40+
ice = { version = "0.17.1", path = "ice", package = "webrtc-ice" }
41+
interceptor = { version = "0.17.1", path = "interceptor" }
42+
mdns = { version = "0.17.1", path = "mdns", package = "webrtc-mdns" }
43+
media = { version = "0.17.1", path = "media", package = "webrtc-media" }
44+
rtcp = { version = "0.17.1", path = "rtcp" }
45+
rtp = { version = "0.17.1", path = "rtp" }
46+
sctp = { version = "0.17.1", path = "sctp", package = "webrtc-sctp" }
47+
sdp = { version = "0.17.1", path = "sdp" }
48+
srtp = { version = "0.17.1", path = "srtp", package = "webrtc-srtp" }
49+
stun = { version = "0.17.0", path = "stun" }
50+
turn = { version = "0.17.1", path = "turn" }
51+
util = { version = "0.17.1", path = "util", package = "webrtc-util", default-features = false }

0 commit comments

Comments
 (0)