mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-16 19:13:23 +02:00
Update dependencies
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user