bump minimum Rust version to 1.26

1.25 also fails with the upgraded reffers because u128 isn't stable:

error[E0658]: 128-bit type is unstable (see issue #35118)
   --> /home/travis/.cargo/git/checkouts/reffers-rs-0d00fc7f893338b3/49a4d75/src/rc_bitmask.rs:194:34
    |
194 | rc_bit_mask_internal!(primitive, u128, 42, 42, 42);
    |                                  ^^^^
This commit is contained in:
Scott Lamb
2018-08-27 21:32:51 -07:00
parent 6ab416caed
commit 0cc4d191c0
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ all non-Rust dependencies:
libssl-dev \
pkgconf
Next, you need Rust 1.25+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.26+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/).
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).