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
2d18a61949
influxdb
/
rust-toolchain.toml
4 lines
83 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.83.0 (#25605)
2024-11-29 23:21:48 +00:00
channel
=
"1.83.0"
fix: add rust-analyzer to toolchain file (#24636) * fix: add rust-analyzer to toolchain file Added the rust-analyzer component to the rust-toolchain.toml file so that the correct version of rust-analyzer is installed on Apple Silicone. This will allow the LSP to work on Apple Silicone machines. * chore: update deps for cargo deny
2024-02-06 21:04:03 +00:00
components
=
[
"rustfmt"
,
"clippy"
,
"rust-analyzer"
]