Bump MSRV to 1.82

This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 00:59:17 +01:00
parent c6da74702e
commit d9a454ac4d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 = "." }