From 8d3cb5a6520c5f1bef667b007afee0e73f480e98 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Thu, 30 Mar 2023 13:28:19 +0200 Subject: [PATCH] v0.12.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad8132..3b86675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.12.0 + +- Update to drm-rs 0.9 + ## 0.11.0 - Test for `-1` in fd and fd_for_plane diff --git a/Cargo.toml b/Cargo.toml index 66379ef..a8680f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "libgbm bindings for rust" license = "MIT" documentation = "https://docs.rs/gbm" repository = "https://github.com/Smithay/gbm.rs" -version = "0.11.0" +version = "0.12.0" keywords = ["wayland", "gbm", "drm", "bindings"] categories = ["external-ffi-bindings"] authors = ["Victoria Brekenfeld "] diff --git a/README.md b/README.md index 9311643..0ccecea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ provided through the `drm-support` feature. Add to your Cargo.toml ```toml -gbm = "0.11.0" +gbm = "0.12.0" ``` ## Example