Skip to content

Commit e7249d0

Browse files
committed
fix: remove tools from workspace members
- Remove tools directory from workspace members in Cargo.toml - This fixes cargo-release issues with missing tools/Cargo.toml
1 parent 4130f2a commit e7249d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude = [
2222
default-run = "vtcode"
2323

2424
[workspace]
25-
members = ["tools"]
25+
members = []
2626

2727
[workspace.lints]
2828
rust = {}

0 commit comments

Comments
 (0)