This website requires JavaScript.
Explore
Help
Sign in
kc
/
helix
Watch
1
Star
0
Fork
You've already forked helix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
main
helix
/
rust-toolchain.toml
4 lines
78 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
flake: Update dependencies
2021-09-06 03:59:29 +02:00
[
toolchain
]
chore(msrv): bump MSRV from 1.70 to 1.76
2024-11-22 10:12:34 +01:00
channel
=
"1.76.0"
bump MSRV to 1.70.0 (#8877) * rust-toolchain.toml: bump MSRV to 1.70.0 With Firefox 120 released on 21 November 2023, the MSRV is now 1.70.0. * Fix cargo fmt with Rust 1.70.0 * Fix cargo clippy with Rust 1.70.0 * Fix cargo doc with Rust 1.70.0 * rust-toolchain.toml: add clippy component * .github: bump dtolnay/rust-toolchain to 1.70 * helix-term: bump rust-version to 1.70 * helix-view/gutter: use checked_ilog10 to count digits * helix-core/syntax: use MAIN_SEPARATOR_STR constant * helix-view/handlers/dap: use Display impl for displaying process spawn error * WIP: helix-term/commands: use checked math to assert ranges cannot overlap
2023-11-25 13:55:49 +01:00
components
=
[
"rustfmt"
,
"rust-src"
,
"clippy"
]
Reference in a new issue
Copy permalink