Skip to content

Commit c56784e

Browse files
committed
Use my RTIM fork
1 parent 6693199 commit c56784e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-toolchain.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ cd "$(dirname "$0")" || exit
55

66
if ! command -v rustup-toolchain-install-master > /dev/null; then
77
cargo install \
8-
--git https://github.com/kennytm/rustup-toolchain-install-master \
8+
--git https://github.com/lzutao/rustup-toolchain-install-master \
9+
--rev c44dbf920b644000ac3ba01184cbb1a01bb91519 \
910
--bin rustup-toolchain-install-master \
1011
--debug
1112
fi

0 commit comments

Comments
 (0)