From ed9aa38fa6cdeec8621c36d341caff8939a70623 Mon Sep 17 00:00:00 2001 From: Rusty Rain Date: Sat, 11 Dec 2021 14:23:29 -0800 Subject: [PATCH] upgrade to v0.6.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12582de..01ed7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtcp" -version = "0.6.2" +version = "0.6.3" authors = ["Rain Liu ", "Michael Uti "] edition = "2018" description = "A pure Rust implementation of RTCP"