File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88900,7 +88900,7 @@ class CargoWorkspace extends workspace_1.WorkspacePlugin {
8890088900 }
8890188901 const allCrates = [];
8890288902 const candidatesByPackage = {};
88903- const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlob (member)))).flat();
88903+ const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlobAndRef (member, this.targetBranch )))).flat();
8890488904 members.push(manifest_1.ROOT_PROJECT_PATH);
8890588905 for (const path of members) {
8890688906 const manifestPath = (0, workspace_1.addPath)(path, 'Cargo.toml');
@@ -119575,7 +119575,7 @@ module.exports = {};
119575119575/***/ ((module) => {
119576119576
119577119577"use strict";
119578- module.exports = {"i8":"15.9.1 "};
119578+ module.exports = {"i8":"15.9.2 "};
119579119579
119580119580/***/ }),
119581119581
You can’t perform that action at this time.
0 commit comments