Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/Cargo.toml')
| -rw-r--r-- | helix-vcs/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 3c9b1c7f..d8936686 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -9,6 +9,8 @@ categories.workspace = true repository.workspace = true homepage.workspace = true +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + [dependencies] helix-core = { path = "../helix-core" } helix-event = { path = "../helix-event" } @@ -17,7 +19,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p parking_lot.workspace = true arc-swap = { version = "1.7.1" } -gix = { version = "0.74.1", features = ["attributes", "status"], default-features = false, optional = true } +gix = { version = "0.72.1", features = ["attributes", "status"], default-features = false, optional = true } imara-diff = "0.2.0" anyhow = "1" |