moonfire-nvr/db/upgrade
Scott Lamb 699ec87968 upgrade to 2018 Rust edition
This is mostly just "cargo fix --edition" + Cargo.toml changes.
There's one fix for upgrading to NLL in db/writer.rs:
Writer::previously_opened wouldn't build with NLL because of a
double-borrow the previous borrow checker somehow didn't catch.
Restructure to avoid it.

I'll put elective NLL changes in a following commit.
2018-12-28 14:59:06 -06:00
..
mod.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
v0_to_v1.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
v1_to_v2.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00
v2_to_v3.rs upgrade to 2018 Rust edition 2018-12-28 14:59:06 -06:00