From b4b904e95a2ca82b832d1b08601feb6878cfd0d6 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld <4404502+Drakulix@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:24:52 +0100 Subject: [PATCH 1/2] Release 0.14.1 bugfix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d406c5e..c26b194 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.14.0" +version = "0.14.1" keywords = ["wayland", "gbm", "drm", "bindings"] categories = ["external-ffi-bindings"] authors = ["Victoria Brekenfeld "] From e4f924a94fa4fd8770813cbaf627a650a6f5a490 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Tue, 6 Feb 2024 19:07:02 +0100 Subject: [PATCH 2/2] fix CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea8142..e0893fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,8 @@ jobs: with: path: target key: ${{ runner.os }}-build-rust_1_65-check-${{ hashFiles('**/Cargo.toml') }} + - name: Downgrade to MSRV package versions + run: cargo update -p home --precise 0.5.5 - name: Clippy check uses: actions-rs/clippy-check@v1 with: