-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yngrtc
committed
Mar 11, 2024
1 parent
9f9b611
commit 557f2a4
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rtc-sdp" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "RTC SDP in Rust" | ||
|
@@ -10,13 +10,13 @@ homepage = "https://webrtc.rs" | |
repository = "https://github.com/webrtc-rs/rtc" | ||
|
||
[dependencies] | ||
url = "2" | ||
rand = "0.8" | ||
thiserror = "1" | ||
substring = "1" | ||
url = "2.5.0" | ||
rand = "0.8.5" | ||
thiserror = "1.0.57" | ||
substring = "1.4.5" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
criterion = "0.5.1" | ||
|
||
[[bench]] | ||
name = "bench" | ||
|