Unnamed repository; edit this file 'description' to name the repository.
switch to workspace dependency
Co-authored-by: Michael Davis <[email protected]>
| -rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 2402624e..a9f6f02b 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -22,7 +22,7 @@ helix-event = { path = "../helix-event" } helix-parsec = { path = "../helix-parsec" } filesentry = "0.2.1" -ignore = "0.4" +ignore.workspace = true ropey.workspace = true smallvec = "1.15" smartstring = "1.0.1" |