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

Commit cbc3efd

Browse files
author
Rain Liu
committed
upgrade to v0.4.1
1 parent a435f68 commit cbc3efd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtcp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTCP"
@@ -9,8 +9,6 @@ documentation = "https://docs.rs/rtcp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtcp"
1111

12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13-
1412
[dependencies]
1513
util = { package = "webrtc-util", version = "0.4.3", default-features = false, features = ["marshal"] }
1614
bytes = "1.1.0"

0 commit comments

Comments
 (0)