Skip to content

Commit

Permalink
bump rtc-sctp 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 5d3d64d commit ba26f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtc-sctp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtc-sctp"
version = "0.1.0"
version = "0.1.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "RTC SCTP 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 = [] }
shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }

bytes = "1"
fxhash = "0.2"
Expand Down

0 comments on commit ba26f6b

Please sign in to comment.