I'm aware of the fact that Ubuntu 18.04 isn't released yet and things can change. However, all versions < 18.04 provide rustc
1.21 whereas 18.04 comes with 1.18 which already is quite old (recent Firefox versions needs at least 2.23 to build). Is there a reason for this downgrade? Is it worth to suggest to not do it until the release?
Asked
Active
Viewed 187 times
0

Kalle Richter
- 6,180
- 21
- 70
- 103
-
Questions about the development version of Ubuntu are off-topic on this site. You can report it as a bug if you'd like. – Chai T. Rex Feb 27 '18 at 07:13
-
@ChaiT.Rex You're right, I forgot that. – Kalle Richter Feb 27 '18 at 07:14
1 Answers
2
rustc 1.23
is in proposed repos for 18.04. If everything goes right (in development), 18.04 may be released with version 1.23. If not, you can get it by enabling proposed repos.
Package Details : https://launchpad.net/ubuntu/bionic/+source/rustc

Manoj
- 941