From 9894a8c3bf5d01a93de508a7a8d0af70d137dd97 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 6 Mar 2024 23:55:27 -0800 Subject: [PATCH] bump rtp-srtp to v0.1.1 --- rtc-srtp/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtc-srtp/Cargo.toml b/rtc-srtp/Cargo.toml index c1001d4..92c321b 100644 --- a/rtc-srtp/Cargo.toml +++ b/rtc-srtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtc-srtp" -version = "0.1.0" +version = "0.1.1" authors = ["Rain Liu "] edition = "2021" description = "RTC SRTP in Rust" @@ -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", "marshal", "replay"] } +shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "marshal", "replay"] } rtp = { version = "0.1", path = "../rtc-rtp", package = "rtc-rtp" } rtcp = { version = "0.1", path = "../rtc-rtcp", package = "rtc-rtcp" }