Skip to content

Commit 382ed48

Browse files
committed
bump msrv to 1.78
1 parent 765b001 commit 382ed48

File tree

19 files changed

+432
-377
lines changed

19 files changed

+432
-377
lines changed

.changes/msrv-bump.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"tauri-utils": major:changes
3+
"tauri-macos-sign": major:changes
4+
"tauri-bundler": major:changes
5+
"tauri-runtime": major:changes
6+
"tauri-runtime-wry": major:changes
7+
"tauri-codegen": major:changes
8+
"tauri-macros": major:changes
9+
"tauri-plugin": major:changes
10+
"tauri-build": major:changes
11+
"tauri": major:changes
12+
"tauri-cli": major:changes
13+
"tauri-driver": major:changes
14+
---
15+
16+
Bump MSRV to 1.78.

.github/workflows/test-core.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,35 @@ jobs:
3737
- {
3838
target: x86_64-pc-windows-msvc,
3939
os: windows-latest,
40-
toolchain: '1.71.0',
40+
toolchain: '1.78.0',
4141
cross: false,
4242
command: 'test'
4343
}
4444
- {
4545
target: x86_64-unknown-linux-gnu,
4646
os: ubuntu-latest,
47-
toolchain: '1.71.0',
47+
toolchain: '1.78.0',
4848
cross: false,
4949
command: 'test'
5050
}
5151
- {
5252
target: aarch64-apple-darwin,
5353
os: macos-14,
54-
toolchain: '1.71.0',
54+
toolchain: '1.78.0',
5555
cross: false,
5656
command: 'test'
5757
}
5858
- {
5959
target: aarch64-apple-ios,
6060
os: macos-latest,
61-
toolchain: '1.71.0',
61+
toolchain: '1.78.0',
6262
cross: false,
6363
command: 'build'
6464
}
6565
- {
6666
target: aarch64-linux-android,
6767
os: ubuntu-latest,
68-
toolchain: '1.71.0',
68+
toolchain: '1.78.0',
6969
cross: true,
7070
command: 'build'
7171
}
@@ -99,7 +99,6 @@ jobs:
9999

100100
- name: test (using cross)
101101
if: ${{ matrix.platform.cross }}
102-
# update or remove the rev once we update the MSRV from 1.71.0
103102
run: |
104-
cargo install cross --git https://github.com/cross-rs/cross --rev 20c73df79c9aaf78a2ad2e9fe8ae981668a729dc --locked
103+
cargo install cross --git https://github.com/cross-rs/cross --rev ac4c11cedc97cd7c27faed36e55377a90e6ed618 --locked
105104
cross ${{ matrix.platform.command }} --target ${{ matrix.platform.target }} ${{ matrix.features.args }} --manifest-path crates/tauri/Cargo.toml

0 commit comments

Comments
 (0)