Skip to content

Commit

Permalink
bump msrv to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 2, 2024
1 parent 765b001 commit 382ed48
Show file tree
Hide file tree
Showing 19 changed files with 432 additions and 377 deletions.
16 changes: 16 additions & 0 deletions .changes/msrv-bump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"tauri-utils": major:changes
"tauri-macos-sign": major:changes
"tauri-bundler": major:changes
"tauri-runtime": major:changes
"tauri-runtime-wry": major:changes
"tauri-codegen": major:changes
"tauri-macros": major:changes
"tauri-plugin": major:changes
"tauri-build": major:changes
"tauri": major:changes
"tauri-cli": major:changes
"tauri-driver": major:changes
---

Bump MSRV to 1.78.
13 changes: 6 additions & 7 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,35 @@ jobs:
- {
target: x86_64-pc-windows-msvc,
os: windows-latest,
toolchain: '1.71.0',
toolchain: '1.78.0',
cross: false,
command: 'test'
}
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-latest,
toolchain: '1.71.0',
toolchain: '1.78.0',
cross: false,
command: 'test'
}
- {
target: aarch64-apple-darwin,
os: macos-14,
toolchain: '1.71.0',
toolchain: '1.78.0',
cross: false,
command: 'test'
}
- {
target: aarch64-apple-ios,
os: macos-latest,
toolchain: '1.71.0',
toolchain: '1.78.0',
cross: false,
command: 'build'
}
- {
target: aarch64-linux-android,
os: ubuntu-latest,
toolchain: '1.71.0',
toolchain: '1.78.0',
cross: true,
command: 'build'
}
Expand Down Expand Up @@ -99,7 +99,6 @@ jobs:

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

0 comments on commit 382ed48

Please sign in to comment.