mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
This PR just bumps the latest rust version and makes clippy happy ```bash cargo clippy --all -- -D warnings # Finished dev [unoptimized + debuginfo] target(s) in 0.10s ```
6 lines
178 B
TOML
6 lines
178 B
TOML
[toolchain]
|
|
# Released on: 28 December, 2023
|
|
# Branched from master on: 10 November, 2023
|
|
# https://releases.rs/docs/1.75.0/
|
|
channel = "1.75.0"
|
|
components = ["rustfmt", "clippy"] |