From d489c03c4f9e5b6e7d72f8305245200ff8785191 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 18 Nov 2024 19:02:30 -0500 Subject: [PATCH] helix-term: Use workspace thiserror dep --- helix-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"