Upgrade to Rust 1.79 (#4754)
## Summary Updates default toolchain to [1.79](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html). There didn't seem to be any breaking changes besides xwin now requiring lld llvm linker. ## Test Plan Existing tests.
This commit is contained in:
@@ -98,7 +98,7 @@ jobs:
|
||||
with:
|
||||
tool: cargo-xwin
|
||||
- name: Install xwin dependencies
|
||||
run: sudo apt-get install --no-install-recommends -y llvm clang cmake ninja-build
|
||||
run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
|
||||
- name: "Clippy"
|
||||
run: cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user