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"