From 4399ca8b0e1f37d5a67a4ef6631b90d58252c069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Thebault?= Date: Sat, 9 Dec 2023 13:11:16 +0100 Subject: [PATCH] bump 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90803e6e0b4..73d8e6acd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcb" -version = "1.2.2" +version = "1.3.0" authors = [ "Remi Thebault " ] description = "Rust safe bindings for XCB" repository = "https://github.com/rust-x-bindings/rust-xcb"