Skip to content

Commit

Permalink
Bump tquic to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Apr 10, 2024
1 parent 5a4a080 commit 1ea58e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic-example-rust"
version = "0.7.0"
version = "0.9.0"
edition = "2021"
rust-version = "1.70.0"
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ homepage = "https://tquic.net"
description = "TQUIC example client and server"

[dependencies]
tquic = "0.8"
tquic = "0.9"
bytes = "1"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
Expand Down

0 comments on commit 1ea58e8

Please sign in to comment.