diff --git a/Cargo.toml b/Cargo.toml index 05468ead1..f72b50dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,6 @@ package.helix-term.opt-level = 2 tree-house = { version = "0.3.0", default-features = false } nucleo = "0.5.0" 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"] } thiserror = "2.0" tempfile = "3.20.0"