rust 1.42.0
jangernert opened this issue · 6 comments
Rust 1.42.0 was release today. As of this post the SDK is still on version 1.40.0. Can we please get an update? I'm specifically asking because one of my dependencies needs rust 1.41.0. So as of now my CI/CD pipeline keeps failing for that reason.
I'm consuming this SDK via registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36
btw.
Thank you.
I would recommend you to use the latest org.freedesktop.Sdk
instead of this old version. In any case, I'll create a new release with the latest version of rust just now.
It's building right now: https://flathub.org/builds/#/builders/32/builds/16589
Cool, thank you.
Like I said. I'm not using this SDK directly, but through a gnome-runtime-image.
If your advice is to use org.freedesktop.Sdk
directly (I'm guessing it contains the latest rust release?)
should I file a bug against the gnome image to switch?
cc @alatiera
Yes, if you use the latest freedesktop-sdk or gnome-sdk (it's based on freedesktop) you'll get the latest rust extension by default.
Oh, okay. So from what I understand I'm waiting for the 19.08 backport to get merged.