From ce1a4e9905ab9a6220c15de8793962e0e05d5f89 Mon Sep 17 00:00:00 2001 From: Elinor Berger Date: Mon, 29 Jan 2024 11:11:32 +0100 Subject: [PATCH] wayland-protocols v0.31.2 --- wayland-protocols/CHANGELOG.md | 2 +- wayland-protocols/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland-protocols/CHANGELOG.md b/wayland-protocols/CHANGELOG.md index 8af7bb9be9e..5ccedf9b4b2 100644 --- a/wayland-protocols/CHANGELOG.md +++ b/wayland-protocols/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -## 0.31.1 -- 2024-01-29 +## 0.31.2 -- 2024-01-29 - Bump wayland-protocols to 1.33 - `linux-dmabuf-unstable-v1` is now stable diff --git a/wayland-protocols/Cargo.toml b/wayland-protocols/Cargo.toml index 2cbd0931c2c..c6b0692a608 100644 --- a/wayland-protocols/Cargo.toml +++ b/wayland-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols" -version = "0.31.1" +version = "0.31.2" documentation = "https://docs.rs/wayland-protocols/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "]