Skip to content

Commit

Permalink
bump rtc-stun to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent 346a29c commit 7171434
Show file tree
Hide file tree
Showing 37 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
"rtc-sdp",
"rtc-shared",
"srtp",
"stun",
"rtc-stun",
]
resolver = "2"

Expand Down
4 changes: 2 additions & 2 deletions rtc-sdp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rtc-sdp"
version = "0.1.0"
version = "0.1.1"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2021"
description = "RTC SDP in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-shared"
documentation = "https://docs.rs/rtc-sdp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions stun/Cargo.toml → rtc-stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
[package]
name = "stun"
version = "0.0.0"
version = "0.1.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2021"
description = "STUN in Rust"
description = "RTC STUN in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/rtc-stun"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[features]
default = []
bench = []

[dependencies]
shared = { path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
shared = { version = "0.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
retty = "0.24"
bytes = "1.4"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7171434

Please sign in to comment.