Skip to content

Commit c777aba

Browse files
Release rtcp version 0.7.1
1 parent 590119a commit c777aba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rtcp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5+
## v0.7.1
6+
57
* Increased minimum support rust version to `1.60.0`.
8+
* Increased required `webrtc-util` version to `0.7.0`.
69

710
## v0.7.0
811

rtcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtcp"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTCP"

0 commit comments

Comments
 (0)