mirror of https://github.com/helix-editor/helix
remove comment from toml
parent
81e8ba82e4
commit
69c16ea59a
|
@ -40,8 +40,6 @@ package.helix-term.opt-level = 2
|
||||||
tree-house = { version = "0.3.0", default-features = false }
|
tree-house = { version = "0.3.0", default-features = false }
|
||||||
nucleo = "0.5.0"
|
nucleo = "0.5.0"
|
||||||
slotmap = "1.0.7"
|
slotmap = "1.0.7"
|
||||||
# If working locally, use the local path dependency
|
|
||||||
# steel-core = { path = "/home/matt/code/scratch/steel/crates/steel-core", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
|
|
||||||
steel-core = { git = "https://github.com/mattwparas/steel.git", version = "0.7.0", features = ["anyhow", "dylibs", "sync"] }
|
steel-core = { git = "https://github.com/mattwparas/steel.git", version = "0.7.0", features = ["anyhow", "dylibs", "sync"] }
|
||||||
thiserror = "2.0"
|
thiserror = "2.0"
|
||||||
tempfile = "3.20.0"
|
tempfile = "3.20.0"
|
||||||
|
|
Loading…
Reference in New Issue