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:
Scott Lamb
2019-12-28 07:51:47 -06:00
parent 2bd8963961
commit 72d301af6e
4 changed files with 6 additions and 5 deletions

View File

@@ -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()
{