Update dependencies

This commit is contained in:
sharkdp
2018-08-18 20:44:25 +02:00
parent a6d6c28723
commit 5b421b455d
4 changed files with 228 additions and 289 deletions

View File

@ -11,7 +11,8 @@ use syntect::parsing::{SyntaxDefinition, SyntaxSet};
use std::os::unix::fs::FileTypeExt;
lazy_static! {
static ref PROJECT_DIRS: ProjectDirs = ProjectDirs::from("", "", crate_name!());
static ref PROJECT_DIRS: ProjectDirs =
ProjectDirs::from("", "", crate_name!()).expect("Could not get home directory");
}
pub struct HighlightingAssets {