From 13dabc8bf54fe4313121004a53c3e1253413f04c Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Mon, 29 Mar 2021 15:39:44 +0100 Subject: [PATCH] Deps: Bump DiscoRTP version -> 0.3 This change increases the version of DiscoRTP, which fixes upstream issues in libpnet and allows additional RTCP types to be added over time without breaking semver. This is a breaking change for users explicitly matching on RTCP packet types, as DiscoRTP is exposed here. This has been tested using `cargo make ready`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec70842c4..996838e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ version = "4" [dependencies.discortp] features = ["discord-full"] optional = true -version = "0.2" +version = "0.3" [dependencies.flume] optional = true