Skip to content

Commit

Permalink
bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Sep 25, 2023
1 parent ec4a983 commit 28ab2b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.2"
version = "0.4.3"
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.2", path = "../srt-tokio"}
srt-protocol = {version = "0.4.2", path = "../srt-protocol"}
srt-tokio = {version = "0.4.3", path = "../srt-tokio"}
srt-protocol = {version = "0.4.3", path = "../srt-protocol"}
lazy_static = "1"
libc = "0.2"
bytes = "1"
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version = "0.4.3"

[dependencies]
array-init = "2.0.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ version = "0.12.1"
[dev-dependencies]
assert_matches = "1.0.0"
proptest = "1.0.0"
rand_distr = "0.4.2"
rand_distr = "0.4.3"
pretty_assertions = "1.3.0"

[dev-dependencies.pretty_env_logger]
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.2"
version = "0.4.3"

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

[dependencies.srt-protocol]
version = "0.4.2"
version = "0.4.3"
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.2"
version = "0.4.3"
authors = ["Russell Greene <russellgreene8@gmail.com>"]
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.2", path = "../srt-tokio"}
srt-tokio = { version = "0.4.3", 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 28ab2b1

Please sign in to comment.