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

Commit

Permalink
upgrade to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain Liu committed Oct 5, 2021
1 parent a435f68 commit cbc3efd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtcp"
version = "0.4.0"
version = "0.4.1"
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of RTCP"
Expand All @@ -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"
Expand Down

0 comments on commit cbc3efd

Please sign in to comment.