emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Please update nightly to 1.33.0 #66

Closed wafflespeanut closed 5 years ago

wafflespeanut commented 5 years ago

pin has been stabilized since 1.33.0 and tokio-async-await (0.1.5) no longer compiles in the current nightly because they've removed the feature gate.

@emk Could you please update the nightly build?

wafflespeanut commented 5 years ago

I see that the images have been updated.