mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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.
3 lines
68 B
TOML
3 lines
68 B
TOML
[toolchain]
|
|
channel = "1.64.0"
|
|
components = ["rustfmt", "rust-src"]
|