1
0
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:
Martin Nordholts
2021-11-22 20:59:28 +01:00
parent d7671fa8e3
commit dd0925a946
3 changed files with 6 additions and 6 deletions
Generated
+1 -1
View File
@@ -102,8 +102,8 @@ dependencies = [
"globset",
"grep-cli",
"lazy_static",
"lazycell",
"nix",
"once_cell",
"path_abs",
"predicates",
"semver",