This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
7202dddab6
influxdb
/
rust-toolchain.toml
4 lines
66 B
TOML
Raw
Normal View
History
Unescape
Escape
chore: Switch to rust-toolchain.toml to specify Rust components we need as well
2021-06-17 14:48:06 +00:00
[
toolchain
]
chore: Upgrade to Rust 1.64 (#5727) * chore: Upgrade to Rust 1.64 * fix: Use iter find instead of a for loop, thanks clippy * fix: Remove some needless borrows, thanks clippy * fix: Use then_some rather than then with a closure, thanks clippy * fix: Use iter retain rather than filter collect, thanks clippy Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-22 18:04:00 +00:00
channel
=
"1.64"
chore: Switch to rust-toolchain.toml to specify Rust components we need as well
2021-06-17 14:48:06 +00:00
components
=
[
"rustfmt"
,
"clippy"
]