aboutsummaryrefslogtreecommitdiffstats
path: root/rust-stable-version
Commit message (Collapse)AuthorAgeFilesLines
* Update stable Rust version to 1.20.0Simon Sapin2017-10-151-1/+1
|
* Update geckolib Rust version to 1.19.0Simon Sapin2017-08-071-1/+1
| | | | | … which is now required to build Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1383311
* Bump rust-stable-version to 1.17.Bobby Holley2017-06-211-1/+1
| | | | Per https://groups.google.com/d/msg/mozilla.dev.platform/1l0d5HbQMXw/RNZs0iXsAgAJ
* Revert "Update Rust stable to 1.17.0"Anthony Ramine2017-06-031-1/+1
| | | | This reverts commit 8a9d9ab2f9d7d384ac0e94671fae705088c26399.
* Update Rust stable to 1.17.0Anthony Ramine2017-06-031-1/+1
|
* Update stable Rust version to 1.16.0Simon Sapin2017-04-051-1/+1
| | | | Firefox did this in https://bugzilla.mozilla.org/show_bug.cgi?id=1351031
* Upgrade to Rust 1.15.1 for build-geckolibSimon Sapin2017-02-131-1/+1
| | | | | | | Firefox CI already does: https://bugzilla.mozilla.org/show_bug.cgi?id=1338311 https://bugzilla.mozilla.org/show_bug.cgi?id=1337153
* Support @supports (fixes #14786)Manish Goregaokar2017-01-071-1/+1
|
* Update rust-stable-version to 1.12.Bobby Holley2016-10-141-1/+1
|
* Add mach build-stable to build with stable rustcGabriel Poesia2016-06-301-0/+1
Github issue: #11806 Building with current stable rust (1.9.0) still fails because of feature pragmas in some dependencies (e.g. serde_item).