diff --git a/Cargo.toml b/Cargo.toml index 9082630..55bd00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtcp" -version = "0.4.0" +version = "0.4.1" authors = ["Rain Liu ", "Michael Uti "] edition = "2018" description = "A pure Rust implementation of RTCP" @@ -9,8 +9,6 @@ documentation = "https://docs.rs/rtcp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/rtcp" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] util = { package = "webrtc-util", version = "0.4.3", default-features = false, features = ["marshal"] } bytes = "1.1.0"