Update sql's msrv in workflow to 1.65

pull/464/head
Fabian-Lars 2 years ago committed by GitHub
parent 83f1906e7b
commit 26331e5f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,8 @@ jobs:
- name: build
run: cargo build --workspace --exclude 'tauri-plugin-sql' --all-targets --all-features
- uses: dtolnay/rust-toolchain@1.65.0
- name: build sql:sqlite
run: cargo build --package 'tauri-plugin-sql' --all-targets --features sqlite

Loading…
Cancel
Save