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
3f547c58c9
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 Rust to 1.59 (#3875) Mostly a few new clippy crates around `flat_map`, `and_then`, and "underscore locks" (!!!): https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_lock Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-28 15:14:19 +00:00
channel
=
"1.59"
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"
]