diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 194e0811c..db3bb644d 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -56,7 +56,7 @@ ignore = "0.4" pulldown-cmark = { version = "0.12", default-features = false } # file type detection content_inspector = "0.2.4" -thiserror = "2.0" +thiserror.workspace = true # opening URLs open = "5.3.0"