From 92f4f9c716d031d9c9c015ebe5fba49a771c5252 Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Sun, 15 Dec 2024 16:34:58 +0100 Subject: [PATCH] release 0.2.1 --- pixman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/Cargo.toml b/pixman/Cargo.toml index 309a4aa..726437b 100644 --- a/pixman/Cargo.toml +++ b/pixman/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "pixman" repository = "https://github.com/cmeissl/pixman-rs" rust-version = "1.65.0" -version = "0.2.0" +version = "0.2.1" readme = "../README.md" [package.metadata.docs.rs]