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:
Sebastian Thiel 2023-02-20 16:48:13 +01:00 committed by Blaž Hrastnik
parent 725d9aecf0
commit ac9e0b39f2
4 changed files with 476 additions and 512 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.63.0"
channel = "1.64.0"
components = ["rustfmt", "rust-src"]