Skip to content

Commit 5680dac

Browse files
rahulkuzhassan-awsadpaco-aws
authored
Update rustup (rust-lang#2095)
Co-authored-by: Zyad Hassan <[email protected]> Co-authored-by: Adrian Palacios <[email protected]>
1 parent 8f348ca commit 5680dac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/build-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git submodule update --init
3030
./scripts/setup/ubuntu/install_deps.sh
3131
./scripts/setup/ubuntu/install_cbmc.sh
3232
./scripts/setup/ubuntu/install_viewer.sh
33-
# If you haven't already:
33+
# If you haven't already (or from https://rustup.rs/):
3434
./scripts/setup/install_rustup.sh
3535
source $HOME/.cargo/env
3636
```
@@ -47,7 +47,7 @@ git submodule update --init
4747
./scripts/setup/macos/install_deps.sh
4848
./scripts/setup/macos/install_cbmc.sh
4949
./scripts/setup/macos/install_viewer.sh
50-
# If you haven't already:
50+
# If you haven't already (or from https://rustup.rs/):
5151
./scripts/setup/install_rustup.sh
5252
source $HOME/.cargo/env
5353
```

scripts/setup/install_rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
set -eux
66

77
# Install Rust toolchain
8-
curl https://sh.rustup.rs -sSf | sh -s -- -y \
8+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
99
&& source ~/.cargo/env

0 commit comments

Comments
 (0)