Переглянути джерело

Chore: update Rust to 1.41.0 (#395)

* Update rust-toolchain

* update github actions for 1.41
Tensor-Programming 5 роки тому
батько
коміт
e24a56f069
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      .github/workflows/test-on-pr.yml
  2. 1 1
      rust-toolchain

+ 1 - 1
.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

+ 1 - 1
rust-toolchain

@@ -1 +1 @@
-1.39.0
+1.41.0