mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Implement Updater.last_update
This commit is contained in:
parent
062d209113
commit
4db20cb6bb
4 changed files with 37 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue