Skip to content

Commit

Permalink
Chore: update Rust to 1.41.0 (#395)
Browse files Browse the repository at this point in the history
* Update rust-toolchain

* update github actions for 1.41
  • Loading branch information
tensor-programming authored Feb 6, 2020
1 parent 335f71c commit e24a56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.0
1.41.0

0 comments on commit e24a56f

Please sign in to comment.