Bump `defaultToolchainVersion` to 5.3.1 (#178)

* Bump defaultToolchainVersion to 5.3.1

* Bump version in Dockerfile
This commit is contained in:
Max Desiatov 2020-11-28 11:25:17 +00:00 committed by GitHub
parent 377aa7617a
commit 64da926cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
rm -r /var/lib/apt/lists/*
ENV CARTON_ROOT=/root/.carton
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.3.0-RELEASE
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.3.1-RELEASE
RUN mkdir -p $CARTON_ROOT/sdk && \
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let defaultToolchainVersion = "wasm-5.3.0-RELEASE"
public let defaultToolchainVersion = "wasm-5.3.1-RELEASE"