mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 18:06:11 -05:00
get rid of deprecated mem::uninitialized()
This requires a Rust version bump, as MaybeUninit was introduced in Rust 1.36.
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.34"
|
||||
RUSTC_MIN_VERSION="1.36"
|
||||
|
||||
normalizeDirPath()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user