mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Update MSRV from 1.86 to 1.88 (#7579)
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
3
.github/workflows/deploy_web_demo.yml
vendored
3
.github/workflows/deploy_web_demo.yml
vendored
@@ -11,7 +11,6 @@ on:
|
||||
# release:
|
||||
# types: ["published"]
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write # for committing to gh-pages branch
|
||||
|
||||
@@ -39,7 +38,7 @@ jobs:
|
||||
with:
|
||||
profile: minimal
|
||||
target: wasm32-unknown-unknown
|
||||
toolchain: 1.86.0
|
||||
toolchain: 1.88.0
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
Reference in New Issue
Block a user