From a2b6c539894c000d0303597ff0cb7aa2ea2c6932 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 19 Dec 2024 17:51:26 -0500 Subject: [PATCH] remove tools crate from workspace default The tree-sitter dep doesn't build w/ our MSRV. That's fine: we don't really want the tools crate to be considered part of the workspace generally. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37f2d0ab..5e9efcaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ members = [ default-members = [ "librustls", - "tools" ] resolver = "2"