summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-27 01:27:26 +0100
committerLibravatar GitHub <noreply@github.com>2025-01-27 01:27:26 +0100
commitda1726b134ae084dd76b9e0a1107a771f69ed7c9 (patch)
treee107cea585febbf265105662b6fc564a23aaf845 /Cargo.toml
parent3dc601415dc08bea4376cf92ecf7de3a0f0ba5ff (diff)
parent81f05f00c2f1a72567b057a8ace54860223b1248 (diff)
downloadiced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.gz
iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.bz2
iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.zip
Merge pull request #2749 from rhysd/const-from-rgb8
Make `Color::from_rgb8` and `Color::from_rgba8` const
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 958af111..89c28139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -128,7 +128,7 @@ repository = "https://github.com/iced-rs/iced"
homepage = "https://iced.rs"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.81"
+rust-version = "1.82"
[workspace.dependencies]
iced = { version = "0.14.0-dev", path = "." }