diff options
author | Shoyu Vanilla | 2024-02-03 18:23:33 +0000 |
---|---|---|
committer | GitHub | 2024-02-03 18:23:33 +0000 |
commit | 81ae768a4ea20543bc16246a46552a69204fd7c1 (patch) | |
tree | 4861424160633f59aeeebeb761a7fbb5048790e5 /helix-vcs/Cargo.toml | |
parent | 70cea93bff2ae94c4da5676cb1e157a0d8117e66 (diff) |
Use gix pipeline filter instead of manual crlf implementation (#9503)
Diffstat (limited to 'helix-vcs/Cargo.toml')
-rw-r--r-- | helix-vcs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 051134e4..6aa50dcf 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p parking_lot = "0.12" arc-swap = { version = "1.6.0" } -gix = { version = "0.58.0", default-features = false , optional = true } +gix = { version = "0.58.0", features = ["attributes"], default-features = false, optional = true } imara-diff = "0.1.5" anyhow = "1" |