openshift-s2i / s2i-rust

Source-to-Image template for Rust applications
https://www.rust-lang.org/
Other
7 stars 13 forks source link

Add support for rust 1.32 #10

Open ptescher opened 5 years ago

ptescher commented 5 years ago

Note: rust-toolset-7 doesn't seem to be getting any updates, so I just installed rust and cargo from epel.

cuviper commented 5 years ago

For RHSCL, we've shifted to rust-specific version numbers -- currently rust-toolset-1.29, and a new update will come soon. I think CentOS just hasn't caught up to this change yet.

ptescher commented 5 years ago

@cuviper any update on whats happening with Centos? Rust 1.26 is now a year old and basically unusable with current crates. https://developers.redhat.com/products/gcc-clang-llvm-go-rust/overview/ still mentions rust-toolset-7. The only packages that seem to be up to date are the generic ones in epel.

cuviper commented 5 years ago

Thanks for pointing out the mistake on the product page! At least the "Hello World" docs do show the correctly versioned toolsets, and they note the change from *-toolset-7. We're up to rust-toolset-1.31.

I'll ask around about the CentOS SCLs.