Skip to content

Commit 10163ee

Browse files
authored
chore(deps): update Cargo.lock and MSRV to 1.71 (#759)
1 parent 3f86856 commit 10163ee

File tree

8 files changed

+295
-309
lines changed

8 files changed

+295
-309
lines changed

.changes/cargo-lock-proc-macro2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": "patch"
3+
---
4+
5+
Fix `cargo install crate-tauri-app` with `--locked` flag.

.changes/msrv.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-tauri-app": "minor"
3+
"create-tauri-app-js": "minor"
4+
---
5+
6+
Update MSRV of this crate to 1.71

.github/workflows/cli-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
toolchain: [1.61, stable]
35+
toolchain: [1.71, stable]
3636

3737
steps:
3838
- uses: actions/checkout@v3
3939
- uses: dtolnay/rust-toolchain@master
4040
with:
4141
toolchain: ${{ matrix.toolchain }}
42-
- run: cargo test
43-
if: matrix.toolchain != 1.61
44-
- run: cargo test --workspace --exclude create-tauri-app-node
45-
if: matrix.toolchain == 1.61
42+
- run: cargo test

0 commit comments

Comments
 (0)