Skip to content

Commit 5642df9

Browse files
committed
Bump
1 parent 492c547 commit 5642df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb"
3-
version = "0.8.91" # this must be set to stable, because Cargo won't unify 0.8.90-alpha with 0.8.0
3+
version = "0.8.92-beta.1"
44
authors = ["Kornel Lesiński <kornel@geekhood.net>", "James Forster <james.forsterer@gmail.com>"]
55
include = ["src/**/*", "Cargo.toml", "README.md", "examples/*.rs", "LICENSE"]
66
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."
@@ -12,7 +12,7 @@ keywords = ["rgb", "rgba", "bgra", "pixel", "color"]
1212
license = "MIT"
1313
categories = ["graphics", "rust-patterns", "multimedia::images"]
1414
edition = "2021"
15-
rust-version = "1.64"
15+
rust-version = "1.85"
1616

1717
[features]
1818
# Since all pixel formats are enabled by default, because it has negligible impact on compilation time

0 commit comments

Comments
 (0)