From 78cda9472cc7c0416eced0a5aae5601cf0273ac0 Mon Sep 17 00:00:00 2001 From: Michael Paulson Date: Tue, 3 Oct 2023 13:34:38 -0600 Subject: [PATCH] fix: unsure what cc is for --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05c0829..199f6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ tree-sitter-html.workspace = true htmx-lsp-server = { version = "0.1.0", path = "./lsp" } htmx-lsp-util = { version = "0.1.0", path = "./util" } -[build-dependencies] -cc="*" +# [build-dependencies] +# cc="*" [workspace.dependencies] tree-sitter = "0.20.10"