mirror of
https://github.com/sharkdp/bat
synced 2026-08-05 19:11:42 +00:00
Fix compilation of library
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ encoding = "0.2"
|
||||
shell-words = { version = "0.1.0", optional = true }
|
||||
unicode-width = "0.1.7"
|
||||
globset = "0.4"
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
semver = "0.9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user