moonfire-nvr/server
Greg V 909a174957 fix build on nightly rust
error[E0106]: missing lifetime specifier
  --> base/time.rs:26:68
   |
26 | fn fixed_len_num<'a>(len: usize) -> impl FnMut(&'a str) -> IResult<&'a str, i32> {
   |                                                                    ^ expected named lifetime parameter
   |
   = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
help: consider using the `'a` lifetime
2022-05-01 14:34:38 -07:00
..
base fix build on nightly rust 2022-05-01 14:34:38 -07:00
db prepare v0.7.4 2022-04-13 15:08:15 -07:00
src ignore port number in ws origin check 2022-04-13 21:49:18 -07:00
Cargo.lock prepare v0.7.4 2022-04-13 15:08:15 -07:00
Cargo.toml bump minimum Rust to 1.57 2022-04-14 10:58:23 -07:00