Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml18
1 files changed, 5 insertions, 13 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 5421aca5..717530d0 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -1,19 +1,11 @@
[package]
name = "xtask"
-version.workspace = true
-authors.workspace = true
-edition.workspace = true
-license.workspace = true
-rust-version.workspace = true
-categories.workspace = true
-repository.workspace = true
-homepage.workspace = true
+version = "0.6.0"
+edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-helix-term = { path = "../helix-term" }
-helix-core = { path = "../helix-core" }
-helix-view = { path = "../helix-view" }
-helix-loader = { path = "../helix-loader" }
-toml.workspace = true
+helix-term = { version = "0.6", path = "../helix-term" }
+helix-core = { version = "0.6", path = "../helix-core" }
+toml = "0.5"