Skip to content

Commit

Permalink
bump sdp to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 11, 2024
1 parent 9f9b611 commit 557f2a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rtc-sdp/Cargo.toml
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"
Expand All @@ -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"
Expand Down

0 comments on commit 557f2a4

Please sign in to comment.