Skip to content

Commit

Permalink
fix(workspace-tools): No longer include workspace root in rust plug…
Browse files Browse the repository at this point in the history
…in's regex
  • Loading branch information
sullivanpj committed Jan 10, 2025
1 parent f48f346 commit d138822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace-tools/src/plugins/rust/cargo-toml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface CargoPluginOptions {
}

export const createNodesV2: CreateNodesV2<CargoPluginOptions | undefined> = [
"**/Cargo.toml",
"*/**/Cargo.toml",
async (configFiles, options, context): Promise<CreateNodesResultV2> => {
return await createNodesFromFiles(
(configFile, options, context) => {
Expand Down

0 comments on commit d138822

Please sign in to comment.