mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 06:20:12 -05:00
The `async fn` and return-position `impl Trait` in traits improve `BuildContext` ergonomics. The traits use `impl Future` over `async fn` to make the send bound explicit (https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html). The remaining changes are due to clippy.
3 lines
29 B
TOML
3 lines
29 B
TOML
[toolchain]
|
|
channel = "1.75"
|