stun 0.5.1

A pure Rust implementation of STUN
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# webrtc-stun changelog

## Unreleased

## v0.4.4

* Increased minimum support rust version to `1.60.0`.
* Increased required `webrtc-util` version to `0.7.0`.

## v0.4.3

* [#9 update deps + loosen some requirements]https://github.com/webrtc-rs/stun/pull/9 by [@melekes]https://github.com/melekes.

## Prior to 0.4.3

Before 0.4.3 there was no changelog, previous changes are sometimes, but not always, available in the [GitHub Releases](https://github.com/webrtc-rs/stun/releases).