Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit dc0e38f

Browse files
author
rainliu
committed
update dep and upgrdate self to v0.3.0
1 parent 5e32d15 commit dc0e38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtcp"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTCP"
@@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/rtcp"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
util = { package = "webrtc-util", version = "0.2.4", default-features = false, features = ["marshal"] }
15+
util = { package = "webrtc-util", version = "0.3.0", default-features = false, features = ["marshal"] }
1616
bytes = "1"
1717
thiserror = "1.0.25"
1818
anyhow = "1.0.41"

0 commit comments

Comments
 (0)