mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
bump msrv 1.64 and tts + bindgen dep (#2274)
* bump msrv 1.64 and tts + bindgen dep * Update crates/egui-winit/Cargo.toml Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> * Update crates/eframe/Cargo.toml Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@@ -13,13 +13,13 @@ env:
|
||||
jobs:
|
||||
fmt-crank-check-test:
|
||||
name: Format + check + test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: default
|
||||
toolchain: 1.62.0
|
||||
toolchain: 1.64.0
|
||||
override: true
|
||||
- name: Install packages (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
@@ -78,13 +78,13 @@ jobs:
|
||||
|
||||
check_wasm:
|
||||
name: Check wasm32 + wasm-bindgen
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.62.0
|
||||
toolchain: 1.64.0
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
|
||||
@@ -131,7 +131,7 @@ jobs:
|
||||
|
||||
cargo-deny:
|
||||
name: cargo deny
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
@@ -140,13 +140,13 @@ jobs:
|
||||
|
||||
android:
|
||||
name: android
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.62.0
|
||||
toolchain: 1.64.0
|
||||
target: aarch64-linux-android
|
||||
override: true
|
||||
- name: Set up cargo cache
|
||||
|
||||
Reference in New Issue
Block a user