summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-09-18 22:02:15 +0200
committerLibravatar GitHub <noreply@github.com>2024-09-18 22:02:15 +0200
commita61c84b7e09a53ed7977692c4d7d7d5c589aed5c (patch)
treee17f88a9f1507200fca387fd578c7abcce3f7f2f /Cargo.toml
parentdb7ba958d1ddebe6a2fcbec00582f81524cc6e69 (diff)
parent15e6c949d73fa43285ad713c5abe32355823956f (diff)
downloadiced-a61c84b7e09a53ed7977692c4d7d7d5c589aed5c.tar.gz
iced-a61c84b7e09a53ed7977692c4d7d7d5c589aed5c.tar.bz2
iced-a61c84b7e09a53ed7977692c4d7d7d5c589aed5c.zip
Merge pull request #2579 from dcampbell24/add-rust-version
Add rust-version.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc473215..df087fdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
@@ -124,6 +125,7 @@ repository = "https://github.com/iced-rs/iced"
homepage = "https://iced.rs"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
+rust-version = "1.80"
[workspace.dependencies]
iced = { version = "0.13.0", path = "." }