From 6f711fbc66045dda40d2c745beffae357b2c9fc7 Mon Sep 17 00:00:00 2001 From: Nathan Jaremko Date: Wed, 16 May 2018 23:44:57 -0400 Subject: Update regex crate to 1.0 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index b55bff9..d8dc47d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,7 +31,7 @@ use utils::*; use clap::{App, Arg, SubCommand}; -const VERSION: &str = "0.5.7"; +const VERSION: &str = "0.5.8"; fn main() -> Result<()> { create_directories().chain_err(|| "unable to create directories")?; -- cgit v1.2.3