mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-22 10:37:43 -05:00
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:
@@ -40,7 +40,7 @@ fi
|
||||
NODE_MIN_VERSION="8"
|
||||
YARN_MIN_VERSION="1.0"
|
||||
CARGO_MIN_VERSION="0.2"
|
||||
RUSTC_MIN_VERSION="1.25"
|
||||
RUSTC_MIN_VERSION="1.26"
|
||||
FFMPEG_MIN_VERSION="55.1.101"
|
||||
FFMPEG_RELEASE_VERSION="3.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user