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 550278a commit 5a2b906Copy full SHA for 5a2b906
stun/CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
## Unreleased
4
5
+## v0.4.4
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.4.3
stun/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "stun"
-version = "0.4.3"
+version = "0.4.4"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of STUN"
0 commit comments