Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Jul 18, 2024
1 parent be7b2f7 commit a6b923d
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.11.0"
version = "0.15.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.11"
tquic = "0.15"
bytes = "1"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
Expand Down

0 comments on commit a6b923d

Please sign in to comment.