File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 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
99export RUSTUP_HOME=/opt/rust
1010export CARGO_HOME=/opt/rust
1111# 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
1313. $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
1816
1917# make rust usable by all users
2018chmod -R a+w /opt/rust
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ use_field_init_shorthand = false
4545force_explicit_abi = true
4646condense_wildcard_suffixes = false
4747color = " Auto"
48- required_version = " 1.0.1"
4948unstable_features = false
5049disable_all_formatting = false
5150skip_children = false
You can’t perform that action at this time.
0 commit comments