Implement Updater.last_update

This commit is contained in:
Danilo Bargen 2016-01-08 08:38:52 +01:00
commit 4db20cb6bb
4 changed files with 37 additions and 2 deletions

View file

@ -8,6 +8,7 @@ extern crate flate2;
extern crate tar;
extern crate curl;
extern crate rustc_serialize;
extern crate time;
use std::io::BufReader;
use std::fs::File;