rustc.patch 601 B

12345678910111213
  1. diff -Nuar a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure
  2. --- a/build/moz.configure/rust.configure 2018-01-11 23:16:54.000000000 +0300
  3. +++ b/build/moz.configure/rust.configure 2018-01-20 11:41:47.109584234 +0300
  4. @@ -58,7 +58,7 @@
  5. You can install rust by running './mach bootstrap'
  6. or by directly running the installer from https://rustup.rs/
  7. '''))
  8. - rustc_min_version = Version('1.21.0')
  9. + rustc_min_version = Version('1.20.0')
  10. cargo_min_version = Version('0.{}'.format(rustc_min_version.minor + 1))
  11. version = rustc_info.version