Skip to content

Commit 672dee9

Browse files
author
yngrtc
committed
bump sdp to v0.7.0
1 parent aaaba24 commit 672dee9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.6.2"
3+
version = "0.7.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.8.0", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.11.0", path = "../rtcp" }
2121
rtp = { version = "0.11.0", path = "../rtp" }
2222
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
23-
sdp = { version = "0.6.2", path = "../sdp" }
23+
sdp = { version = "0.7.0", path = "../sdp" }
2424
srtp = { version = "0.13.0", path = "../srtp", package = "webrtc-srtp" }
2525
stun = { version = "0.6.0", path = "../stun" }
2626
turn = { version = "0.8.0", path = "../turn" }

0 commit comments

Comments
 (0)