1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-29 18:01:43 +00:00

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
+2 -1
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 {