File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ apt-get update && apt-get install -y --no-install-recommends curl
9
9
export RUSTUP_HOME=/opt/rust
10
10
export CARGO_HOME=/opt/rust
11
11
# this rustc is one supported by the installed version of rust-sgx-sdk
12
- curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly-2019-01-28
12
+ curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly-2019-03-24
13
13
. $CARGO_HOME /env
14
- rustup component add rust-src
15
- cargo install sccache
16
- cargo install rustfmt-nightly --version 1.0.1 --force
17
- cargo install xargo
14
+ rustup component add rustfmt
15
+ cargo install sccache --no-default-features
18
16
19
17
# make rust usable by all users
20
18
chmod -R a+w /opt/rust
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ use_field_init_shorthand = false
45
45
force_explicit_abi = true
46
46
condense_wildcard_suffixes = false
47
47
color = " Auto"
48
- required_version = " 1.0.1"
49
48
unstable_features = false
50
49
disable_all_formatting = false
51
50
skip_children = false
You can’t perform that action at this time.
0 commit comments