Skip to content

Commit

Permalink
chore(deps): update Cargo.lock and MSRV to 1.71 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Aug 21, 2024
1 parent 3f86856 commit 10163ee
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 309 deletions.
5 changes: 5 additions & 0 deletions .changes/cargo-lock-proc-macro2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-tauri-app": "patch"
---

Fix `cargo install crate-tauri-app` with `--locked` flag.
6 changes: 6 additions & 0 deletions .changes/msrv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-tauri-app": "minor"
"create-tauri-app-js": "minor"
---

Update MSRV of this crate to 1.71
7 changes: 2 additions & 5 deletions .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [1.61, stable]
toolchain: [1.71, stable]

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo test
if: matrix.toolchain != 1.61
- run: cargo test --workspace --exclude create-tauri-app-node
if: matrix.toolchain == 1.61
- run: cargo test
Loading

0 comments on commit 10163ee

Please sign in to comment.