Skip to content

Commit

Permalink
Bump moq-native
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 11, 2024
1 parent 6e9ec77 commit 3eb31cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion moq-clock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moq-native = { path = "../moq-native", version = "0.4" }
moq-native = { path = "../moq-native", version = "0.5" }
moq-transfork = { path = "../moq-transfork", version = "0.1" }

# QUIC
Expand Down
2 changes: 1 addition & 1 deletion moq-karp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ regex = "1"
tokio = { version = "1.39", features = ["macros"] }

# CLI only dependencies
moq-native = { path = "../moq-native", version = "0.4", optional = true }
moq-native = { path = "../moq-native", version = "0.5", optional = true }
clap = { version = "4", features = ["derive"], optional = true }
anyhow = { version = "1", features = ["backtrace"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion moq-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
repository = "https://github.com/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.4.0"
version = "0.5.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
2 changes: 1 addition & 1 deletion moq-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.1" }
moq-native = { path = "../moq-native", version = "0.4" }
moq-native = { path = "../moq-native", version = "0.5" }
web-transport = { workspace = true }

bytes = "1"
Expand Down

0 comments on commit 3eb31cb

Please sign in to comment.