From 51cf0de9b932c63ac061ee619f84ea405c775526 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:12:07 -0400 Subject: [PATCH] chore: build dist (#751) Build dist PR --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 999e58c..d0de39b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -88900,7 +88900,7 @@ class CargoWorkspace extends workspace_1.WorkspacePlugin { } const allCrates = []; const candidatesByPackage = {}; - const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlob(member)))).flat(); + const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlobAndRef(member, this.targetBranch)))).flat(); members.push(manifest_1.ROOT_PROJECT_PATH); for (const path of members) { const manifestPath = (0, workspace_1.addPath)(path, 'Cargo.toml'); @@ -119575,7 +119575,7 @@ module.exports = {}; /***/ ((module) => { "use strict"; -module.exports = {"i8":"15.9.1"}; +module.exports = {"i8":"15.9.2"}; /***/ }),