From 879f808a7dd86e21b51abadfa5247d4e8dc5ead8 Mon Sep 17 00:00:00 2001 From: Nathan Jaremko Date: Mon, 19 Nov 2018 14:21:33 -0500 Subject: Remove nightly feature --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index c3ad6c3..3c03ab0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(nll)] #![recursion_limit = "1024"] extern crate chrono; @@ -33,7 +32,7 @@ use self::utils::*; use clap::{App, Arg, SubCommand}; -const VERSION: &str = "0.6.0"; +const VERSION: &str = "0.6.1"; fn main() -> Result<()> { create_directories().chain_err(|| "unable to create directories")?; -- cgit v1.2.3