mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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.
This commit is contained in:
parent
725d9aecf0
commit
ac9e0b39f2
4 changed files with 476 additions and 512 deletions
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.63.0"
|
||||
channel = "1.64.0"
|
||||
components = ["rustfmt", "rust-src"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue