From d111b87a1325841b36b6fa579f743050380e8f1b Mon Sep 17 00:00:00 2001 From: TQUIC Admin <153259158+tquic-project@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:12:12 +0800 Subject: [PATCH] Bump tquic from 0.5.0 to 0.7.0 in Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3b7e5f..a7767c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"] } @@ -24,4 +24,4 @@ path = "src/bin/simple_client.rs" [[bin]] name = "simple_server" -path = "src/bin/simple_server.rs" \ No newline at end of file +path = "src/bin/simple_server.rs"