mirror of
https://github.com/sharkdp/bat
synced 2026-08-09 19:51:48 +00:00
Replace lazycell with once_cell
We started to use lazycell because syntect already used it. But syntect has changed to use once_cell. So we should also do that to prepare for using the upcoming version of syntect.
This commit is contained in:
Generated
+1
-1
@@ -102,8 +102,8 @@ dependencies = [
|
||||
"globset",
|
||||
"grep-cli",
|
||||
"lazy_static",
|
||||
"lazycell",
|
||||
"nix",
|
||||
"once_cell",
|
||||
"path_abs",
|
||||
"predicates",
|
||||
"semver",
|
||||
|
||||
Reference in New Issue
Block a user