From 4ef407e02357912d78fed62a78c7eae036a2585c Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Wed, 30 Dec 2020 17:33:19 +0100 Subject: [PATCH] v0.28.3 --- CHANGELOG.md | 2 ++ wayland-client/Cargo.toml | 8 ++++---- wayland-commons/Cargo.toml | 4 ++-- wayland-cursor/Cargo.toml | 4 ++-- wayland-egl/Cargo.toml | 6 +++--- wayland-protocols/Cargo.toml | 10 +++++----- wayland-scanner/Cargo.toml | 2 +- wayland-server/Cargo.toml | 8 ++++---- wayland-sys/Cargo.toml | 2 +- 9 files changed, 24 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894240ddb37..5225d73cbb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.28.3 -- 2020-12-30 + #### Additions - [server] Introduce `Client::get_resource()` to retrieve a resource from its protocol id and its client diff --git a/wayland-client/Cargo.toml b/wayland-client/Cargo.toml index e6b52fa923a..a1b705b1d3a 100644 --- a/wayland-client/Cargo.toml +++ b/wayland-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-client" -version = "0.28.2" +version = "0.28.3" documentation = "https://smithay.github.io/wayland-rs/wayland_client/" repository = "https://github.com/smithay/wayland-rs" authors = ["Victor Berger "] @@ -13,8 +13,8 @@ build = "build.rs" readme = "README.md" [dependencies] -wayland-commons = { version = "0.28.2", path = "../wayland-commons" } -wayland-sys = { version = "0.28.2", path = "../wayland-sys" } +wayland-commons = { version = "0.28.3", path = "../wayland-commons" } +wayland-sys = { version = "0.28.3", path = "../wayland-sys" } nix = "0.18" downcast-rs = "1.0" bitflags = "1.0" @@ -22,7 +22,7 @@ libc = "0.2" scoped-tls = { version = "1.0", optional = true } [build-dependencies] -wayland-scanner = { version = "0.28.2", path = "../wayland-scanner" } +wayland-scanner = { version = "0.28.3", path = "../wayland-scanner" } [dev-dependencies] tempfile = ">=2.0, <4.0" diff --git a/wayland-commons/Cargo.toml b/wayland-commons/Cargo.toml index f12a3d16831..d6415c8de4e 100644 --- a/wayland-commons/Cargo.toml +++ b/wayland-commons/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-commons" -version = "0.28.2" +version = "0.28.3" authors = ["Victor Berger "] repository = "https://github.com/smithay/wayland-rs" documentation = "https://smithay.github.io/wayland-rs/wayland_commons/" @@ -12,7 +12,7 @@ keywords = ["wayland"] readme = "README.md" [dependencies] -wayland-sys = { version = "0.28.2", path = "../wayland-sys" } +wayland-sys = { version = "0.28.3", path = "../wayland-sys" } nix = "0.18" once_cell = "1.0" smallvec = "1" diff --git a/wayland-cursor/Cargo.toml b/wayland-cursor/Cargo.toml index 3c51a1362f2..9629025765f 100644 --- a/wayland-cursor/Cargo.toml +++ b/wayland-cursor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-cursor" -version = "0.28.2" +version = "0.28.3" documentation = "https://smithay.github.io/wayland-rs/wayland_client/" repository = "https://github.com/smithay/wayland-rs" authors = ["Victor Berger "] @@ -12,6 +12,6 @@ description = "Bindings to libwayland-cursor." readme = "README.md" [dependencies] -wayland-client = { version = "0.28.2", path = "../wayland-client" } +wayland-client = { version = "0.28.3", path = "../wayland-client" } xcursor = "0.3" nix = "0.18.0" diff --git a/wayland-egl/Cargo.toml b/wayland-egl/Cargo.toml index 21dfb69564f..664fe3dc785 100644 --- a/wayland-egl/Cargo.toml +++ b/wayland-egl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-egl" -version = "0.28.2" +version = "0.28.3" documentation = "https://smithay.github.io/wayland-rs/wayland_client/" repository = "https://github.com/smithay/wayland-rs" authors = ["Victor Berger "] @@ -12,5 +12,5 @@ description = "Bindings to libwayland-egl." readme = "README.md" [dependencies] -wayland-client = { version = "0.28.2", path = "../wayland-client", features = ["use_system_lib"] } -wayland-sys = { version = "0.28.2", path="../wayland-sys", features = ["egl"] } +wayland-client = { version = "0.28.3", path = "../wayland-client", features = ["use_system_lib"] } +wayland-sys = { version = "0.28.3", path="../wayland-sys", features = ["egl"] } diff --git a/wayland-protocols/Cargo.toml b/wayland-protocols/Cargo.toml index 28979bf773d..5fa5b84405a 100644 --- a/wayland-protocols/Cargo.toml +++ b/wayland-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols" -version = "0.28.2" +version = "0.28.3" documentation = "https://smithay.github.io/wayland-rs/wayland_protocols/" repository = "https://github.com/smithay/wayland-rs" authors = ["Victor Berger "] @@ -13,13 +13,13 @@ edition = "2018" readme = "README.md" [dependencies] -wayland-commons = { version = "0.28.2", path = "../wayland-commons" } -wayland-client = { version = "0.28.2", path = "../wayland-client", optional = true } -wayland-server = { version = "0.28.2", path = "../wayland-server", optional = true } +wayland-commons = { version = "0.28.3", path = "../wayland-commons" } +wayland-client = { version = "0.28.3", path = "../wayland-client", optional = true } +wayland-server = { version = "0.28.3", path = "../wayland-server", optional = true } bitflags = "1.0" [build-dependencies] -wayland-scanner = { version = "0.28.2", path = "../wayland-scanner" } +wayland-scanner = { version = "0.28.3", path = "../wayland-scanner" } [features] client = ["wayland-client"] diff --git a/wayland-scanner/Cargo.toml b/wayland-scanner/Cargo.toml index 5b2a237314e..8056f84e11a 100644 --- a/wayland-scanner/Cargo.toml +++ b/wayland-scanner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-scanner" -version = "0.28.2" +version = "0.28.3" authors = ["Victor Berger "] repository = "https://github.com/smithay/wayland-rs" documentation = "https://smithay.github.io/wayland-rs/wayland_scanner/" diff --git a/wayland-server/Cargo.toml b/wayland-server/Cargo.toml index 59ff497af49..2c92bc122d6 100644 --- a/wayland-server/Cargo.toml +++ b/wayland-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-server" -version = "0.28.2" +version = "0.28.3" documentation = "https://smithay.github.io/wayland-rs/wayland_server/" repository = "https://github.com/smithay/wayland-rs" authors = ["Victor Berger "] @@ -13,8 +13,8 @@ edition = "2018" readme = "README.md" [dependencies] -wayland-commons = { version = "0.28.2", path = "../wayland-commons" } -wayland-sys = { version = "0.28.2", path = "../wayland-sys" } +wayland-commons = { version = "0.28.3", path = "../wayland-commons" } +wayland-sys = { version = "0.28.3", path = "../wayland-sys" } bitflags = "1.0" downcast-rs = "1.0" libc = "0.2" @@ -24,7 +24,7 @@ parking_lot = { version = "0.11", optional = true } scoped-tls = { version = "1.0", optional = true } [build-dependencies] -wayland-scanner = { version = "0.28.2", path = "../wayland-scanner" } +wayland-scanner = { version = "0.28.3", path = "../wayland-scanner" } [features] use_system_lib = [ "wayland-sys/server", "lazy_static", "scoped-tls", "parking_lot" ] diff --git a/wayland-sys/Cargo.toml b/wayland-sys/Cargo.toml index 1d4cc6435dc..894be381e65 100644 --- a/wayland-sys/Cargo.toml +++ b/wayland-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-sys" -version = "0.28.2" +version = "0.28.3" repository = "https://github.com/smithay/wayland-rs" documentation = "https://smithay.github.io/wayland-rs/wayland_sys/" authors = ["Victor Berger "]