indexer: More crate updates + warning fixes + 2018 edition
This commit is contained in:
parent
c48feedc85
commit
c9e81a8922
14 changed files with 193 additions and 499 deletions
|
|
@ -3,8 +3,8 @@ use std::io::Result;
|
|||
use regex::Regex;
|
||||
use postgres;
|
||||
|
||||
use open;
|
||||
use pkg;
|
||||
use crate::open;
|
||||
use crate::pkg;
|
||||
|
||||
|
||||
// Sync a FreeBSD <= 9.2 package respository.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue