mirror of
https://github.com/sharkdp/bat
synced 2026-07-29 18:01:43 +00:00
Update dependencies
This commit is contained in:
+2
-1
@@ -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