Skip to content

Commit

Permalink
Deps: Bump DiscoRTP version -> 0.3 (serenity-rs#52)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
FelixMcFelix committed Apr 11, 2021
1 parent 64ce653 commit 53ad769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = "4"
[dependencies.discortp]
features = ["discord-full"]
optional = true
version = "0.2"
version = "0.3"

[dependencies.flume]
optional = true
Expand Down

0 comments on commit 53ad769

Please sign in to comment.