From 6d33bbadf23333b2fb81da2e0ef1f8904456a277 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Wed, 9 Mar 2022 09:33:29 +0100 Subject: [PATCH] release 0.2.6 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86384697d..7109f3b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["portal", "flatpak", "xdg", "desktop", "dbus"] license = "MIT" name = "ashpd" repository = "https://github.com/bilelmoussaoui/ashpd" -version = "0.2.5" +version = "0.2.6" [features] default_features = [] @@ -37,9 +37,9 @@ futures = "0.3" tracing = {version = "0.1", optional = true} libc = {version = "0.2.94", optional = true} raw-window-handle = {version = "0.4", optional = true} -wayland-client = {version = "0.30.0-alpha2", optional = true} -wayland-protocols = {version = "0.30.0-alpha2", optional = true, features = ["unstable_protocols", "client"]} -wayland-backend = {version = "0.1.0-alpha2", optional = true, features = ["client_system"]} +wayland-client = {version = "0.30.0-alpha6", optional = true} +wayland-protocols = {version = "0.30.0-alpha6", optional = true, features = ["unstable_protocols", "client"]} +wayland-backend = {version = "0.1.0-alpha6", optional = true, features = ["client_system"]} [dev-dependencies] serde_json = "1.0"