remove comment from toml

pull/8675/merge^2
Matt Paras 2025-07-17 21:46:38 -07:00
parent 81e8ba82e4
commit 69c16ea59a
1 changed files with 0 additions and 2 deletions

View File

@ -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"