Support Rust 1.47.0 for Ubuntu #96
gaborbernat
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I have only worried about compatibility with stable (https://github.com/brettcannon/python-launcher#how-do-i-install-the-launcher), so I'm considering this a feature request to backport to Rust 1.47.0. The specific API in question is bool::then() which went stable in Rust 1.50. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Fails to compile on docker image
ubuntu:latest
.To Reproduce
Expected behaviour
The build to succeed.
System Details (please complete the following information):
rust (1.47) & cargo (0.47) installed via
apt-get
. Note it works if one installs the latest rust via https://rustup.rs.Beta Was this translation helpful? Give feedback.
All reactions