firefox-58.0.1:ver.bump

This commit is contained in:
Rmys
2018-02-04 02:30:25 +03:00
parent 87ae323d27
commit eeb149f04c
5 changed files with 63 additions and 29 deletions
+12
View File
@@ -0,0 +1,12 @@
diff -Nuar a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure
--- a/build/moz.configure/rust.configure 2018-01-11 23:16:54.000000000 +0300
+++ b/build/moz.configure/rust.configure 2018-01-20 11:41:47.109584234 +0300
@@ -58,7 +58,7 @@
You can install rust by running './mach bootstrap'
or by directly running the installer from https://rustup.rs/
'''))
- rustc_min_version = Version('1.21.0')
+ rustc_min_version = Version('1.20.0')
cargo_min_version = Version('0.{}'.format(rustc_min_version.minor + 1))
version = rustc_info.version