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 60ef728 commit c17ae1eCopy full SHA for c17ae1e
ice/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "webrtc-ice"
3
-version = "0.9.0"
+version = "0.9.1"
4
authors = ["Rain Liu <[email protected]>"]
5
edition = "2021"
6
description = "A pure Rust implementation of ICE"
ice/src/lib.rs
@@ -17,6 +17,6 @@ pub mod udp_mux;
17
pub mod udp_network;
18
pub mod url;
19
pub mod use_candidate;
20
-mod util;
+pub mod util;
21
22
pub use error::Error;
0 commit comments