File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
## 0.10.8
4
4
5
5
- ` cosmwasm/rust-optimizer ` : bump Rust to 1.50.0
6
- - ` cosmwasm/workspace-optimizer ` : bump Rust to 1.50.0
6
+ - ` cosmwasm/workspace-optimizer ` : bump Rust to nightly-2021-03-01
7
7
8
8
## 0.10.7
9
9
Original file line number Diff line number Diff line change 1
1
# This version of Rust will not be used for compilation but just serves as a stable base image to get debian+rustup.
2
2
# See Rust nightly config below.
3
3
FROM rust:1.50.0
4
- # RUN rustup toolchain remove 1.50.0
5
-
6
- # setup rust with Wasm support
7
- RUN rustup target add wasm32-unknown-unknown
4
+ RUN rustup toolchain remove 1.50.0
8
5
9
6
RUN apt update
10
7
RUN apt install python3 python3-toml -y
@@ -13,8 +10,8 @@ RUN python3 --version
13
10
14
11
# Install Rust nightly
15
12
# Choose version from: https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html
16
- # RUN rustup toolchain install nightly-2020-10-14 --allow-downgrade --profile minimal --target wasm32-unknown-unknown
17
- # RUN rustup default nightly-2020-10-14
13
+ RUN rustup toolchain install nightly-2021-03-01 --allow-downgrade --profile minimal --target wasm32-unknown-unknown
14
+ RUN rustup default nightly-2021-03-01
18
15
RUN rustup toolchain list
19
16
# Check cargo version
20
17
RUN cargo --version
You can’t perform that action at this time.
0 commit comments