Skip to content

Commit

Permalink
Deps: Bump DiscoRTP version -> 0.3 (#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 authored Mar 29, 2021
1 parent 1a11888 commit 157f9de
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 157f9de

Please sign in to comment.