Rust: Update version requirements and CI

The #[global_allocator] attribute is not available in versions prior to
1.28.0, the default-linker-libraries feature requires rust 1.31.0.

Adapt the CI to prevent accidental increases in Rust version by testing
against 1.31.0, beta and nightly.
This commit is contained in:
Sebastian Hahn
2019-08-18 21:31:09 +02:00
parent 36a27fa2d3
commit 360a29e282
3 changed files with 11 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (rust):
- Raise the minimum rustc version to 1.31.0, as checked by configure
and CI. Fixes bug 31442; bugfix on 0.3.5.4-alpha.