CosmWasm / optimizer

Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
Apache License 2.0
123 stars 61 forks source link

Upgrade rust-optimizer Rust version #31

Closed maurolacy closed 3 years ago

maurolacy commented 3 years ago

Rust-optimizer compilation is failing.

This is because contracts now require 1.49.0 at least.

After the CosmWasm 0.14.0-alpha1 release, let's upgrade rust-optimizer to use the latest Rust version (1.50.0). We can then use the generated alpha2 contract artifacts in alpha1 too.