Skip to content

Commit 02dcd62

Browse files
committed
build: switch back to latest official RTIM release
1 parent 8fae2dd commit 02dcd62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1919
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2020
- del rust-toolchain
21-
- cargo install --git https://github.com/kennytm/rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
21+
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2222
- rustup-toolchain-install-master -f -n master
2323
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
2424
- rustup default master

setup-toolchain.sh

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

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

0 commit comments

Comments
 (0)