From b65efbc210db58aa5d8b2878006dbc82335fdda3 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 24 Oct 2024 18:03:19 +0200 Subject: [PATCH] v0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39f765d..7834b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "drm" description = "Safe, low-level bindings to the Direct Rendering Manager API" repository = "https://github.com/Smithay/drm-rs" -version = "0.14.0" +version = "0.14.1" license = "MIT" authors = ["Tyler Slabinski ", "Victoria Brekenfeld "] exclude = [".gitignore", ".github"]