From b3afe89be1e0a5fdeffb27c630970a2a912dd5b0 Mon Sep 17 00:00:00 2001 From: David Campbell Date: Sat, 14 Sep 2024 15:13:14 -0400 Subject: Add rust-version. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 52464e38..fbf6a01e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,6 +119,7 @@ members = [ version = "0.13.0-dev" authors = ["Héctor Ramón Jiménez "] edition = "2021" +rust-version = "1.75.0" license = "MIT" repository = "https://github.com/iced-rs/iced" homepage = "https://iced.rs" -- cgit