Skip to content

Commit 41162f3

Browse files
authored
fix(build): don't fetch dependencies (#828)
1 parent 9fc79f7 commit 41162f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ fn main() {
1111

1212
let metadata = MetadataCommand::new()
1313
.manifest_path(&manifest_path)
14+
.no_deps()
1415
.exec()
1516
.expect("failed to parse `cargo metadata`");
1617

0 commit comments

Comments
 (0)