mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00: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.
2 lines
29 B
TOML
2 lines
29 B
TOML
[toolchain]
|
|
channel = "1.75"
|