Skip to content

Commit

Permalink
bump rtc-dtls to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 7, 2024
1 parent 9894a8c commit 5d3d64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtc-dtls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtc-dtls"
version = "0.1.0"
version = "0.1.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "RTC DTLS in Rust"
Expand All @@ -10,7 +10,7 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtc"

[dependencies]
shared = { version = "0.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "replay"] }
shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "replay"] }

bytes = "1.4"
byteorder = "1"
Expand Down

0 comments on commit 5d3d64d

Please sign in to comment.