This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
helix
Watch
1
Star
0
Fork
0
You've already forked helix
mirror of
https://github.com/ilyakooo0/helix.git
synced
2024-11-28 21:20:23 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b4e73f37d
helix
/
rust-toolchain.toml
4 lines
68 B
TOML
Raw
Normal View
History
Unescape
Escape
flake: Update dependencies
2021-09-06 04:59:29 +03:00
[
toolchain
]
upgrade `git-repository` to `gix` 0.36.1; up min. rustc version to 1.64 This fixes breakage when installing `helix` due to an incorrect usage of `as_ref()` when interacting with `bstr` in the `gitoxide` codebase. However, this upgrade also requires a higher rustc version, as `gitoxide` recently updated its `windows` crate version.
2023-02-20 18:48:13 +03:00
channel
=
"1.64.0"
Switch rust-toolchain.toml over to stable
2021-09-08 08:52:30 +03:00
components
=
[
"rustfmt"
,
"rust-src"
]
Reference in New Issue
Copy Permalink