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" }