From ef3be6febc7d4b261c2ad991cb4e467bb80ccce0 Mon Sep 17 00:00:00 2001 From: Rusty Rain Date: Sun, 16 Jan 2022 09:37:59 -0800 Subject: [PATCH] bump to v0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c25dc3d..8088506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtp" -version = "0.6.4" +version = "0.6.5" authors = ["Rain Liu ", "Michael Uti "] edition = "2018" description = "A pure Rust implementation of RTP"