Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 51cf0de

Browse files
chore: build dist (#751)
Build dist PR
1 parent c3a278c commit 51cf0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)