Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 28, 2022
1 parent 2487de2 commit 91ba4e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb"
version = "0.8.31"
version = "0.8.32"
authors = ["Kornel Lesiński <[email protected]>"]
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 All @@ -21,6 +21,7 @@ argb = []

[badges]
travis-ci = { repository = "kornelski/rust-rgb" }
maintenance = { status = "actively-developed" }

[dependencies]
serde = { version = "1.0.130", optional = true, default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 91ba4e6

Please sign in to comment.