Skip to content

Commit df9448c

Browse files
authored
Upgrade AnyRender 0.8 (WGPU v28) (+bump MSRV to 1.92) (#382)
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent f83b2bc commit df9448c

File tree

6 files changed

+188
-211
lines changed

6 files changed

+188
-211
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)