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"