From 2842c69759d663a0fd63847d9a525f1731e04830 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Tue, 14 Jan 2025 20:59:04 +0100 Subject: [PATCH] fix: Broken merge --- helix-view/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 0d3120d5..ef6b057b 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -9,7 +9,6 @@ rust-version.workspace = true categories.workspace = true repository.workspace = true homepage.workspace = true -temp.worspace = true [features] default = [] @@ -31,7 +30,7 @@ crossterm = { version = "0.28", optional = true } same-file = "1.0.1" filetime = "0.2" -tempfile = "3.14" +tempfile.workspace = true # Conversion traits once_cell = "1.20"