Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2b5978

Browse files
committedSep 18, 2024··
Bump MSRV to 1.80
1 parent 71af846 commit b2b5978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
rust: [stable, beta, 1.77]
11+
rust: [stable, beta, 1.80]
1212
steps:
1313
- uses: hecrj/setup-rust-action@v2
1414
with:

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ repository = "https://github.com/iced-rs/iced"
125125
homepage = "https://iced.rs"
126126
categories = ["gui"]
127127
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
128-
rust-version = "1.77"
128+
rust-version = "1.80"
129129

130130
[workspace.dependencies]
131131
iced = { version = "0.13.0-dev", path = "." }

0 commit comments

Comments
 (0)
Please sign in to comment.