fix build...

imgbot v0.4.0
Blaž Hrastnik 3 years ago
parent 733ee06b7b
commit 3de40de0a9

@ -13,7 +13,7 @@ include = ["src/**/*", "README.md"]
[features]
[dependencies]
helix-syntax = { version = "0.3", path = "../helix-syntax" }
helix-syntax = { version = "0.4", path = "../helix-syntax" }
ropey = "1.3"
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
[dependencies]
helix-core = { version = "0.3", path = "../helix-core" }
helix-core = { version = "0.4", path = "../helix-core" }
anyhow = "1.0"
futures-executor = "0.3"

@ -21,9 +21,9 @@ name = "hx"
path = "src/main.rs"
[dependencies]
helix-core = { version = "0.3", path = "../helix-core" }
helix-view = { version = "0.3", path = "../helix-view" }
helix-lsp = { version = "0.3", path = "../helix-lsp" }
helix-core = { version = "0.4", path = "../helix-core" }
helix-view = { version = "0.4", path = "../helix-view" }
helix-lsp = { version = "0.4", path = "../helix-lsp" }
anyhow = "1"
once_cell = "1.8"

@ -21,5 +21,5 @@ cassowary = "0.3"
unicode-segmentation = "1.8"
crossterm = { version = "0.20", optional = true }
serde = { version = "1", "optional" = true, features = ["derive"]}
helix-view = { version = "0.3", path = "../helix-view", features = ["term"] }
helix-core = { version = "0.3", path = "../helix-core" }
helix-view = { version = "0.4", path = "../helix-view", features = ["term"] }
helix-core = { version = "0.4", path = "../helix-core" }

@ -16,8 +16,8 @@ term = ["crossterm"]
[dependencies]
bitflags = "1.0"
anyhow = "1"
helix-core = { version = "0.3", path = "../helix-core" }
helix-lsp = { version = "0.3", path = "../helix-lsp"}
helix-core = { version = "0.4", path = "../helix-core" }
helix-lsp = { version = "0.4", path = "../helix-lsp"}
crossterm = { version = "0.20", optional = true }
# Conversion traits

Loading…
Cancel
Save