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

@@ -48,7 +48,7 @@ $ sudo apt-get install \
tzdata
```
Next, you need Rust 1.34+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.36+ 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/).