summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
commitd9a454ac4d60a259931f13e844680b2fcd18853b (patch)
tree8a658b9c5e3479bdf140fd06cdde72bd7491c4b2
parentc6da74702e66e5cdea404d4ade8876b6339a7320 (diff)
downloadiced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.gz
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.bz2
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.zip
Bump MSRV to `1.82`
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 517bd23f..04e674bf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
- rust: [stable, beta, "1.81"]
+ rust: [stable, beta, "1.82"]
steps:
- uses: hecrj/setup-rust-action@v2
with:
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 = "." }