This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
teloxide
Watch
1
Star
0
Fork
You've already forked teloxide
0
mirror of
https://github.com/teloxide/teloxide.git
synced
2024-12-23 15:01:45 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ecc3bfc8f9
teloxide
/
rust-toolchain.toml
5 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
Pin tooling in the CI to a specific version Both Clippy and Rustfmt are pinned to the current latest version (2021-10-19). A `rust-toolchain.toml` file is also created, so the contributors also have the same version.
2021-12-19 12:42:19 +01:00
[
toolchain
]
Update clippy, rustfmt and toolchain
2022-01-24 22:36:19 +01:00
channel
=
"nightly-2022-01-17"
Pin tooling in the CI to a specific version Both Clippy and Rustfmt are pinned to the current latest version (2021-10-19). A `rust-toolchain.toml` file is also created, so the contributors also have the same version.
2021-12-19 12:42:19 +01:00
components
=
[
"rustfmt"
,
"clippy"
]
profile
=
"minimal"
Reference in a new issue
Copy permalink