Skip to content

Commit

Permalink
remove tools crate from workspace default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cpu committed Dec 20, 2024
1 parent 370ce17 commit a2b6c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [

default-members = [
"librustls",
"tools"
]
resolver = "2"

Expand Down

0 comments on commit a2b6c53

Please sign in to comment.