Skip to content

Commit

Permalink
chore: Release rgb version 0.8.35
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 7, 2023
1 parent fb667cc commit 1d35905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb"
version = "0.8.34"
version = "0.8.35"
authors = ["Kornel Lesiński <kornel@geekhood.net>"]
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."
Expand Down

0 comments on commit 1d35905

Please sign in to comment.