Closed maurolacy closed 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.
0.14.0-alpha1
rust-optimizer
alpha2
alpha1
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 upgraderust-optimizer
to use the latest Rust version (1.50.0). We can then use the generatedalpha2
contract artifacts inalpha1
too.