From ba26f6b8004f70b38c51be105315fe46ca468352 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 6 Mar 2024 23:57:27 -0800 Subject: [PATCH] bump rtc-sctp to v0.1.1 --- rtc-sctp/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtc-sctp/Cargo.toml b/rtc-sctp/Cargo.toml index 65d6a4a..dc21d49 100644 --- a/rtc-sctp/Cargo.toml +++ b/rtc-sctp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtc-sctp" -version = "0.1.0" +version = "0.1.1" authors = ["Rain Liu "] edition = "2021" description = "RTC SCTP 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 = [] } +shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] } bytes = "1" fxhash = "0.2"