From e24a56f069e2495a4fe8006efb0a35baf5e73b8e Mon Sep 17 00:00:00 2001 From: Tensor-Programming Date: Wed, 5 Feb 2020 20:18:47 -0500 Subject: [PATCH] Chore: update Rust to 1.41.0 (#395) * Update rust-toolchain * update github actions for 1.41 --- .github/workflows/test-on-pr.yml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-on-pr.yml b/.github/workflows/test-on-pr.yml index 68101e703..3877d9ef5 100644 --- a/.github/workflows/test-on-pr.yml +++ b/.github/workflows/test-on-pr.yml @@ -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 diff --git a/rust-toolchain b/rust-toolchain index 9c235b491..7d47e5998 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.39.0 \ No newline at end of file +1.41.0