Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxrgd committed Dec 21, 2023
1 parent 6dbf763 commit 4d7a8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datachannel"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "Rust wrappers for libdatachannel."
repository = "https://github.com/lerouxrgd/datachannel-rs"
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ pub use crate::datachannel::{
};
pub use crate::error::{Error, Result};
pub use crate::peerconnection::{
fmt_sdp, serde_sdp, CandidatePair, ConnectionState, GatheringState, IceCandidate,
fmt_sdp, serde_sdp, CandidatePair, ConnectionState, GatheringState, IceCandidate, IceState,
PeerConnectionHandler, PeerConnectionId, RtcPeerConnection, SdpType, SessionDescription,
SignalingState, IceState,
SignalingState,
};
pub use crate::track::{Codec, Direction, RtcTrack, TrackHandler, TrackInit};

Expand Down

0 comments on commit 4d7a8c6

Please sign in to comment.