Skip to content

Commit

Permalink
bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ream committed May 31, 2024
1 parent e806816 commit 39597d7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions srt-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srt-c"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
publish = true
description = "API compatabile libsrt reimplementation using srt-tokio"
Expand All @@ -10,8 +10,8 @@ license = "Apache-2.0"
crate-type = ["cdylib", "staticlib"]

[dependencies]
srt-tokio = {version = "0.4.3", path = "../srt-tokio"}
srt-protocol = {version = "0.4.3", path = "../srt-protocol"}
srt-tokio = {version = "0.4.4", path = "../srt-tokio"}
srt-protocol = {version = "0.4.4", path = "../srt-protocol"}
lazy_static = "1"
libc = "0.2"
bytes = "1"
Expand Down
2 changes: 1 addition & 1 deletion srt-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "srt-protocol"
publish = true
repository = "https://github.com/russelltg/srt-rs"
version = "0.4.3"
version = "0.4.4"

[dependencies]
array-init = "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions srt-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "srt-tokio"
publish = true
repository = "https://github.com/russelltg/srt-rs"
version = "0.4.3"
version = "0.4.4"

[dependencies]
bytes = "1"
Expand All @@ -29,7 +29,7 @@ default-features = false
version = "0.4"

[dependencies.srt-protocol]
version = "0.4.3"
version = "0.4.4"
path = "../srt-protocol"

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions srt-transmit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srt-transmit"
version = "0.4.3"
version = "0.4.4"
authors = ["Russell Greene <[email protected]>"]
description = "SRT implementation in Rust"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ publish = true

[dependencies]
bus = "2"
srt-tokio = { version = "0.4.3", path = "../srt-tokio"}
srt-tokio = { version = "0.4.4", path = "../srt-tokio"}
clap = { version = "4", features = ["std"]}
log = { version = "0.4", default-features = false }
url = "2.3.1" # https://github.com/servo/rust-url/issues/581
Expand Down

0 comments on commit 39597d7

Please sign in to comment.