Skip to content

Commit c17ae1e

Browse files
author
yngrtc
committed
make ice::util public and bump ice version to v0.9.1
1 parent 60ef728 commit c17ae1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-ice"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of ICE"

ice/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ pub mod udp_mux;
1717
pub mod udp_network;
1818
pub mod url;
1919
pub mod use_candidate;
20-
mod util;
20+
pub mod util;
2121

2222
pub use error::Error;

0 commit comments

Comments
 (0)