We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c777aba commit a9de011Copy full SHA for a9de011
srtp/CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
## Unreleased
4
5
+## v0.9.1
6
+
7
* Increased minimum support rust version to `1.60.0`.
8
+* Increased required `webrtc-util` version to `0.7.0`.
9
10
11
## v0.9.0
srtp/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "webrtc-srtp"
-version = "0.9.0"
+version = "0.9.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of SRTP"
0 commit comments