Skip to content

Commit e24a56f

Browse files
Chore: update Rust to 1.41.0 (#395)
* Update rust-toolchain * update github actions for 1.41
1 parent 335f71c commit e24a56f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
TAURI_DIR: ../test/fixture/src-tauri
3232
- name: test
3333
run: |
34-
cargo test --features all-api
34+
cargo test
3535
env:
3636
TAURI_DIST_DIR: ../../test/fixture/dist
3737
TAURI_DIR: ../test/fixture/src-tauri

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.39.0
1+
1.41.0

0 commit comments

Comments
 (0)