From 1d359055bf96d9f1eaf30424ff3decc6827a10bc Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 7 Feb 2023 00:20:20 +0000 Subject: [PATCH] chore: Release rgb version 0.8.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd6105..ea1eb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb" -version = "0.8.34" +version = "0.8.35" authors = ["Kornel LesiƄski "] include = ["src/**/*", "Cargo.toml", "README.md", "examples/*.rs", "LICENSE"] description = "`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects."