Skip to content

Commit

Permalink
Bump MSRV to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 18, 2024
1 parent cfe912c commit 14353c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta, 1.75]
rust: [stable, beta, 1.77]
steps:
- uses: hecrj/setup-rust-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.75"
rust-version = "1.77"

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

0 comments on commit 14353c2

Please sign in to comment.