mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-31 10:34:04 +04:00
ac9e0b39f2
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.