Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/Cargo.toml')
-rw-r--r--helix-vcs/Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 3c9b1c7f..bc8c5b7b 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -9,16 +9,18 @@ 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" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
-parking_lot.workspace = true
+parking_lot = "0.12"
arc-swap = { version = "1.7.1" }
-gix = { version = "0.74.1", features = ["attributes", "status"], default-features = false, optional = true }
-imara-diff = "0.2.0"
+gix = { version = "0.63.0", features = ["attributes", "status"], default-features = false, optional = true }
+imara-diff = "0.1.6"
anyhow = "1"
log = "0.4"
@@ -27,4 +29,4 @@ log = "0.4"
git = ["gix"]
[dev-dependencies]
-tempfile.workspace = true
+tempfile = "3.10"