Skip to content

Commit 3664513

Browse files
authored
chore: Update msrv to 1.74 and test it in CI (#1050)
1 parent 8c8f0e8 commit 3664513

38 files changed

+3260
-155
lines changed

.changes/msrv.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tao: patch
3+
---
4+
5+
Raised MSRV to 1.74

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
key: ${{ matrix.platform.target }}-cargo-stable
4848

4949
- uses: dtolnay/rust-toolchain@stable
50-
with:
51-
targets: ${{ matrix.platform.target }}
5250

5351
- name: Install Gtk (ubuntu only)
5452
if: matrix.platform.os == 'ubuntu-latest'
@@ -64,6 +62,10 @@ jobs:
6462
if: contains(matrix.platform.target, 'android')
6563
run: cargo install cargo-apk
6664

65+
- uses: dtolnay/[email protected]
66+
with:
67+
targets: ${{ matrix.platform.target }}
68+
6769
- name: Check documentation
6870
shell: bash
6971
run: cargo $CMD doc --no-deps --target ${{ matrix.platform.target }} $OPTIONS --features $FEATURES

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copyright 2021-2023 Tauri Programme within The Commons Conservancy
33
# SPDX-License-Identifier: Apache-2.0
44

5-
Cargo.lock
65
target/
76
rls/
87
.vscode/

0 commit comments

Comments
 (0)