From 5ca913b83900871edd581de265cfdffe2db68c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 24 Oct 2022 12:55:44 +0300 Subject: [PATCH] Update to glib/gio 0.16 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e0bc1f..2971390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite" documentation = "https://docs.rs/async-tungstenite" -version = "0.17.2" +version = "0.18.0" edition = "2018" readme = "README.md" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] @@ -92,11 +92,11 @@ version = "0.22" [dependencies.gio] optional = true -version = "0.15" +version = "0.16" [dependencies.glib] optional = true -version = "0.15" +version = "0.16" [dev-dependencies] futures = "0.3"