This website requires JavaScript.
Explore
Help
Sign In
andrey
/
helix-mirror
Watch
1
Star
0
Fork
0
You've already forked helix-mirror
mirror of
https://github.com/helix-editor/helix.git
synced
2024-11-23 01:46:18 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
2123e91e56
helix-mirror
/
rust-toolchain.toml
4 lines
68 B
TOML
Raw
Normal View
History
Unescape
Escape
flake: Update dependencies
2021-09-06 05:59:29 +04:00
[
toolchain
]
pin the rust toolchain to 1.61.0 1.61.0 in particular introduced new clippy lints that unexpectedly failed CI until addressed. The lints are a bit tough to fix since the toolchain action starts using new rust versions almost immediately after release, so if you aren't using rustup, you may have a hard time reproducing the lint results until your package manager updates rust. This brings an extra burden that we have to remember to make a commit/PR to update rust in CI.
2022-05-22 05:49:06 +04:00
channel
=
"1.61.0"
Switch rust-toolchain.toml over to stable
2021-09-08 09:52:30 +04:00
components
=
[
"rustfmt"
,
"rust-src"
]
Reference in New Issue
Copy Permalink