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

Commit 965dc04

Browse files
author
Rain Liu
committed
upgrade to v0.3.4
1 parent f710b2e commit 965dc04

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.3.3"
3+
version = "0.3.4"
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.4.2", default-features = false, features = ["marshal"] }
15+
util = { package = "webrtc-util", version = "0.4.3", default-features = false, features = ["marshal"] }
1616
bytes = "1"
1717
thiserror = "1.0.25"
1818
anyhow = "1.0.41"

0 commit comments

Comments
 (0)