Chore: update Rust to 1.41.0 (#395)

* Update rust-toolchain

* update github actions for 1.41
This commit is contained in:
Tensor-Programming 2020-02-05 20:18:47 -05:00 committed by GitHub
parent 335f71c36b
commit e24a56f069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.39.0
1.41.0