Skip to content

Commit

Permalink
Bump tquic to 0.8.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei0800 authored Mar 26, 2024
1 parent 9b1bc13 commit 5a4a080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://tquic.net"
description = "TQUIC example client and server"

[dependencies]
tquic = "0.7.0"
tquic = "0.8"
bytes = "1"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
Expand Down
1 change: 1 addition & 0 deletions src/bin/simple_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ fn main() -> Result<()> {
None,
None,
None,
None,
)?;

// Run event loop.
Expand Down

0 comments on commit 5a4a080

Please sign in to comment.