fix build...
This commit is contained in:
parent
733ee06b7b
commit
3de40de0a9
@ -13,7 +13,7 @@ include = ["src/**/*", "README.md"]
|
|||||||
[features]
|
[features]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
helix-syntax = { version = "0.3", path = "../helix-syntax" }
|
helix-syntax = { version = "0.4", path = "../helix-syntax" }
|
||||||
|
|
||||||
ropey = "1.3"
|
ropey = "1.3"
|
||||||
smallvec = "1.4"
|
smallvec = "1.4"
|
||||||
|
@ -12,7 +12,7 @@ homepage = "https://helix-editor.com"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
helix-core = { version = "0.3", path = "../helix-core" }
|
helix-core = { version = "0.4", path = "../helix-core" }
|
||||||
|
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
futures-executor = "0.3"
|
futures-executor = "0.3"
|
||||||
|
@ -21,9 +21,9 @@ name = "hx"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
helix-core = { version = "0.3", path = "../helix-core" }
|
helix-core = { version = "0.4", path = "../helix-core" }
|
||||||
helix-view = { version = "0.3", path = "../helix-view" }
|
helix-view = { version = "0.4", path = "../helix-view" }
|
||||||
helix-lsp = { version = "0.3", path = "../helix-lsp" }
|
helix-lsp = { version = "0.4", path = "../helix-lsp" }
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
once_cell = "1.8"
|
once_cell = "1.8"
|
||||||
|
@ -21,5 +21,5 @@ cassowary = "0.3"
|
|||||||
unicode-segmentation = "1.8"
|
unicode-segmentation = "1.8"
|
||||||
crossterm = { version = "0.20", optional = true }
|
crossterm = { version = "0.20", optional = true }
|
||||||
serde = { version = "1", "optional" = true, features = ["derive"]}
|
serde = { version = "1", "optional" = true, features = ["derive"]}
|
||||||
helix-view = { version = "0.3", path = "../helix-view", features = ["term"] }
|
helix-view = { version = "0.4", path = "../helix-view", features = ["term"] }
|
||||||
helix-core = { version = "0.3", path = "../helix-core" }
|
helix-core = { version = "0.4", path = "../helix-core" }
|
||||||
|
@ -16,8 +16,8 @@ term = ["crossterm"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
helix-core = { version = "0.3", path = "../helix-core" }
|
helix-core = { version = "0.4", path = "../helix-core" }
|
||||||
helix-lsp = { version = "0.3", path = "../helix-lsp"}
|
helix-lsp = { version = "0.4", path = "../helix-lsp"}
|
||||||
crossterm = { version = "0.20", optional = true }
|
crossterm = { version = "0.20", optional = true }
|
||||||
|
|
||||||
# Conversion traits
|
# Conversion traits
|
||||||
|
Loading…
Reference in New Issue
Block a user