summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2016-02-10 15:22:43 +0000
committerBen S <ogham@bsago.me>2016-02-10 15:22:43 +0000
commit75b2748ab19a27f5340f43d755a53b02beb0daf0 (patch)
tree76c8e70012de88ff19a3790b6b67846697891c1b /src/main.rs
parente1d2c3f46e0284bb05d00289feefd262fe34872c (diff)
Update packages to latest versions
- Users v0.5.1, which renames OSUsers to UsersCache - Locale v0.2, which returns to libc v0.1 - Datetime v0.4.2, which mimics the locale update, and puts timezone definitions in: - Zoneinfo-data, which is needed to obtain the current timezone
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index e290853..99f386a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,6 +14,7 @@ extern crate scoped_threadpool;
extern crate term_grid;
extern crate unicode_width;
extern crate users;
+extern crate zoneinfo_data;
#[cfg(feature="git")] extern crate git2;
#[macro_use] extern crate lazy_static;