mirror of https://github.com/tauri-apps/tauri
Chore: update Rust to 1.41.0 (#395)
* Update rust-toolchain * update github actions for 1.41
This commit is contained in:
parent
335f71c36b
commit
e24a56f069
|
@ -31,7 +31,7 @@ jobs:
|
|||
TAURI_DIR: ../test/fixture/src-tauri
|
||||
- name: test
|
||||
run: |
|
||||
cargo test --features all-api
|
||||
cargo test
|
||||
env:
|
||||
TAURI_DIST_DIR: ../../test/fixture/dist
|
||||
TAURI_DIR: ../test/fixture/src-tauri
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.39.0
|
||||
1.41.0
|
||||
|
|
Loading…
Reference in New Issue