Skip to content

Commit 300d703

Browse files
committed
Bump MSRV to 1.89 (required for Winit 0.31)
Signed-off-by: Nico Burns <[email protected]>
1 parent 13f7463 commit 300d703

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# We only run `cargo build` (not `cargo test`) so as to avoid requiring dev-dependencies to build with the MSRV
2424
# version. Building is likely sufficient as runtime errors varying between rust versions is very unlikely.
2525
build-msrv:
26-
name: "MSRV Build [Rust 1.88]"
26+
name: "MSRV Build [Rust 1.89]"
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: dtolnay/rust-toolchain@master
3131
with:
32-
toolchain: 1.88
32+
toolchain: 1.89
3333
- run: perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml
3434
- uses: awalsh128/cache-apt-pkgs-action@latest
3535
with:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ homepage = "https://github.com/dioxuslabs/blitz"
2929
repository = "https://github.com/dioxuslabs/blitz"
3030
categories = ["gui"]
3131
edition = "2024"
32-
rust-version = "1.88.0"
32+
rust-version = "1.89.0"
3333

3434
[workspace.dependencies]
3535
# Blitz dependencies(in-repo)
@@ -214,7 +214,7 @@ edition = "2024"
214214
description = "Top level crate for Blitz"
215215
license = "MIT OR Apache-2.0"
216216
keywords = ["dom", "ui", "gui", "react", "wasm"]
217-
rust-version = "1.86.0"
217+
rust-version = "1.89.0"
218218
publish = false
219219

220220
[dev-dependencies]

0 commit comments

Comments
 (0)