Skip to content

Commit

Permalink
Remove Cargo.lock from moq-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed May 7, 2024
1 parent fe33bcc commit 129c373
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,650 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.

4 changes: 2 additions & 2 deletions moq-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["multimedia", "network-programming", "web-programming"]

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

# QUIC
quinn = "0.10"
web-transport-quinn = "0.2.1"
web-transport-quinn = "0.2"
url = "2"

# Crypto
Expand Down
1 change: 1 addition & 0 deletions moq-transport/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cargo.lock
Loading

0 comments on commit 129c373

Please sign in to comment.