Skip to content

Commit 85f649f

Browse files
DebugStevenjyn514
andauthored
no_deps
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 376dd8a commit 85f649f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/x_version.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fn get_x_wrapper_version(root: &Path, cargo: &Path) -> Option<Version> {
5858
let mut cmd = cargo_metadata::MetadataCommand::new();
5959
cmd.cargo_path(cargo)
6060
.manifest_path(root.join("src/tools/x/Cargo.toml"))
61+
.no_deps()
6162
.features(cargo_metadata::CargoOpt::AllFeatures);
6263
let mut metadata = t!(cmd.exec());
6364
metadata.packages.pop().map(|x| x.version)

0 commit comments

Comments
 (0)