Skip to content

Commit e604e3e

Browse files
committed
rustup
1 parent f06c79c commit e604e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

miri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ toolchain)
121121
rustc-pull)
122122
cd "$MIRIDIR"
123123
git fetch http://localhost:8000/rust-lang/rust.git$JOSH_FILTER.git master
124-
git merge FETCH_HEAD
124+
git merge FETCH_HEAD --no-ff -m "Merge from rustc"
125125
exit 0
126126
;;
127127
rustc-push)

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
607878d069267e1402ad792c9331b426e4c6d0f9
1+
b03502b35d111bef0399a66ab3cc765f0802e8ba

0 commit comments

Comments
 (0)