Skip to content

Commit

Permalink
use release quinn 0.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Aug 15, 2024
1 parent 5033f94 commit 600b9e8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ prost-types = "0.11.9"
protobuf-src = "1.1.0"
qstring = "0.7.2"
qualifier_attr = { version = "0.2.2", default-features = false }
#quinn = "0.11.1"
#quinn-proto = "0.11.2"
quinn = {git = "https://github.com/lijunwangs/quinn.git", rev = "9a2a51efddc8000482f74b15be09d8b2cd58ee5e"}
quinn-proto = {git = "https://github.com/lijunwangs/quinn.git", rev = "9a2a51efddc8000482f74b15be09d8b2cd58ee5e"}
quinn = "0.11.2"
quinn-proto = "0.11.3"
# quinn = {git = "https://github.com/lijunwangs/quinn.git", rev = "9a2a51efddc8000482f74b15be09d8b2cd58ee5e"}
# quinn-proto = {git = "https://github.com/lijunwangs/quinn.git", rev = "9a2a51efddc8000482f74b15be09d8b2cd58ee5e"}

quote = "1.0"
rand = "0.8.5"
Expand Down

0 comments on commit 600b9e8

Please sign in to comment.