mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
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:
parent
ebfe6d8fcc
commit
f43a8bbd6f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: cargo-xwin
|
tool: cargo-xwin
|
||||||
- name: Install xwin dependencies
|
- 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"
|
- name: "Clippy"
|
||||||
run: cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings
|
run: cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.78"
|
channel = "1.79"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue