Skip to content

Commit

Permalink
Needs to be a major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Jul 25, 2024
1 parent 34fc3b5 commit 6be4459
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 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.2" }
moq-native = { path = "../moq-native", version = "0.3" }
moq-transport = { path = "../moq-transport", version = "0.5" }

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

[dependencies]
moq-native = { path = "../moq-native", version = "0.2" }
moq-native = { path = "../moq-native", version = "0.3" }
moq-transport = { path = "../moq-transport", version = "0.5" }

# QUIC
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.2.3"
version = "0.3.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
2 changes: 1 addition & 1 deletion moq-pub/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.2" }
moq-native = { path = "../moq-native", version = "0.3" }
moq-transport = { path = "../moq-transport", version = "0.5" }
moq-catalog = { path = "../moq-catalog", version = "0.2" }

Expand Down
6 changes: 4 additions & 2 deletions 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-transport = { path = "../moq-transport", version = "0.5" }
moq-native = { path = "../moq-native", version = "0.2" }
moq-native = { path = "../moq-native", version = "0.3" }
moq-api = { path = "../moq-api", version = "0.1" }

# QUIC
Expand All @@ -25,7 +25,9 @@ futures = "0.3"

# Web server to serve the fingerprint
axum = { version = "0.7", features = ["tokio"] }
hyper-serve = { version = "0.6", features = ["tls-rustls"] } # fork of axum-server
hyper-serve = { version = "0.6", features = [
"tls-rustls",
] } # fork of axum-server
tower-http = { version = "0.5", features = ["cors"] }
hex = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion moq-sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.5" }
moq-native = { path = "../moq-native", version = "0.2" }
moq-native = { path = "../moq-native", version = "0.3" }
url = "2"

# Async stuff
Expand Down

0 comments on commit 6be4459

Please sign in to comment.