Skip to content

Commit 27551ae

Browse files
author
yngrtc
committed
bump sdp to v0.8.0
1 parent 1462d37 commit 27551ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.

sdp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sdp"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of SDP"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ media = { version = "0.9.0", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.12.0", path = "../rtcp" }
2121
rtp = { version = "0.12.0", path = "../rtp" }
2222
sctp = { version = "0.11.0", path = "../sctp", package = "webrtc-sctp" }
23-
sdp = { version = "0.7.0", path = "../sdp" }
23+
sdp = { version = "0.8.0", path = "../sdp" }
2424
srtp = { version = "0.14.0", path = "../srtp", package = "webrtc-srtp" }
2525
stun = { version = "0.7.0", path = "../stun" }
2626
turn = { version = "0.9.0", path = "../turn" }

0 commit comments

Comments
 (0)