Skip to content

Commit

Permalink
Also bump moq-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Jul 25, 2024
1 parent 6be4459 commit 8cc73c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-api/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.1.2"
version = "0.2.0"
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 @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
[dependencies]
moq-transport = { path = "../moq-transport", version = "0.5" }
moq-native = { path = "../moq-native", version = "0.3" }
moq-api = { path = "../moq-api", version = "0.1" }
moq-api = { path = "../moq-api", version = "0.2" }

# QUIC
url = "2"
Expand Down

0 comments on commit 8cc73c6

Please sign in to comment.