Skip to content

Commit

Permalink
Re-export STUN/TURN attrs as public
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 11, 2024
1 parent a98a6f0 commit 6bb1822
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [0.9.2] · 2024-07-?? (unreleased)
[0.9.2]: /../../tree/v0.9.2

[Diff](/../../compare/v0.9.1...v0.9.2)

### Fixed

- Unexported [STUN]/[TURN] attributes in `attr` module.




## [0.9.1] · 2024-07-11
[0.9.1]: /../../tree/v0.9.1

Expand Down
2 changes: 1 addition & 1 deletion src/attr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use stun_codec::define_attribute_enums;

pub(crate) use stun_codec::{
pub use stun_codec::{
rfc5389::attributes::{
AlternateServer, ErrorCode, Fingerprint, MappedAddress,
MessageIntegrity, Nonce, Realm, Software, UnknownAttributes, Username,
Expand Down

0 comments on commit 6bb1822

Please sign in to comment.