From 61ce2c9cfe07f1cb0b6a6bfd7136b63d667b6795 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 22 Feb 2021 14:42:12 +0900 Subject: lsp: Disable snippet_support until we implement it. --- helix-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index e410c6c4..34b37636 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -31,7 +31,7 @@ futures-util = "0.3" # Logging fern = "0.6" -chrono = "0.4" +chrono = { version = "0.4", default-features = false, features = ["clock"] } log = "0.4" # File picker -- cgit v1.2.3-70-g09d2