Skip to content

Commit

Permalink
Bump tquic from 0.5.0 to 0.7.0 in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tquic-project authored Feb 2, 2024
1 parent f81b31f commit d111b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tquic-example-rust"
version = "0.5.0"
version = "0.7.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.5.0"
tquic = "0.7.0"
bytes = "1"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
Expand All @@ -24,4 +24,4 @@ path = "src/bin/simple_client.rs"

[[bin]]
name = "simple_server"
path = "src/bin/simple_server.rs"
path = "src/bin/simple_server.rs"

0 comments on commit d111b87

Please sign in to comment.