Skip to content

Commit 9a92aa7

Browse files
committed
---
yaml --- r: 10466 b: refs/heads/snap-stage3 c: dd17a98 h: refs/heads/master v: v3
1 parent 99cbe55 commit 9a92aa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 065fa9a4621291c12cc69a3f07e1992ce1c7f6a3
4+
refs/heads/snap-stage3: dd17a98a09f4e01220bbb4e9585d939fdbcc89fa
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,9 @@ fn configure(opts: options) -> cargo {
668668
};
669669

670670
need_dir(c.root);
671+
need_dir(c.installdir);
671672
need_dir(c.sourcedir);
672673
need_dir(c.workdir);
673-
need_dir(c.installdir);
674674
need_dir(c.libdir);
675675
need_dir(c.bindir);
676676

0 commit comments

Comments
 (0)