Bump MSRV to 1.80

This commit is contained in:
Héctor Ramón Jiménez 2024-09-18 21:51:19 +02:00
parent 71af846c6d
commit 15e6c949d7
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.77]
rust: [stable, beta, "1.80"]
steps:
- uses: hecrj/setup-rust-action@v2
with:

View file

@ -125,7 +125,7 @@ repository = "https://github.com/iced-rs/iced"
homepage = "https://iced.rs"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.77"
rust-version = "1.80"
[workspace.dependencies]
iced = { version = "0.13.0-dev", path = "." }