mirror of
https://github.com/tauri-apps/tauri-bindgen.git
synced 2026-01-31 00:45:21 +01:00
allow updating the msrv
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
RUSTFLAGS: ${{matrix.rustflags}} ${{env.RUSTFLAGS}}
|
||||
|
||||
msrv:
|
||||
name: Rust 1.70.0
|
||||
name: Rust MSRV
|
||||
needs: pre_ci
|
||||
if: needs.pre_ci.outputs.continue
|
||||
runs-on: ubuntu-latest
|
||||
@@ -55,7 +55,9 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y webkit2gtk-4.0 libgtk-3-dev
|
||||
- uses: dtolnay/rust-toolchain@1.70.0
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: 1.70.0 # MSRV
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo check --workspace --tests
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "tauri-bindgen"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
rust-version.workspace = true # MSRV
|
||||
|
||||
[workspace]
|
||||
members = ["crates/*"]
|
||||
|
||||
Reference in New Issue
Block a user