diff --git a/Cargo.lock b/Cargo.lock index 2fe23ea0a..f22ab99d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2861,7 +2861,7 @@ dependencies = [ [[package]] name = "webrtc-data" -version = "0.8.1" +version = "0.9.0" dependencies = [ "bytes", "chrono", diff --git a/data/Cargo.toml b/data/Cargo.toml index f43ddbb9d..1206ddc39 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-data" -version = "0.8.1" +version = "0.9.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC DataChannel API" diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index ab09f4c41..3430fb882 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/webrtc-rs/webrtc" readme = "../README.md" [dependencies] -data = { version = "0.8.1", path = "../data", package = "webrtc-data" } +data = { version = "0.9.0", path = "../data", package = "webrtc-data" } dtls = { version = "0.10.0", path = "../dtls", package = "webrtc-dtls" } ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" } interceptor = { version = "0.12.0", path = "../interceptor" }