Added try_from feature.

This commit is contained in:
Peter van Nostrand 2018-05-07 08:11:48 -04:00
parent 02ccd476f7
commit f127f2b515
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![feature(try_from)]
extern crate chrono;
extern crate clap;
extern crate dotenv;
@ -46,3 +48,4 @@ fn main() {
}
}
}