removed once_cell

This commit is contained in:
Emma Tebibyte 2023-04-12 18:55:35 -04:00
parent f1be638ea7
commit d540f8ed7c
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -59,7 +59,6 @@ dependencies = [
"crossterm", "crossterm",
"libc", "libc",
"notify", "notify",
"once_cell",
"parking_lot", "parking_lot",
"ropey", "ropey",
"syntect", "syntect",

View File

@ -13,7 +13,6 @@ parking_lot = "0.12"
ropey = "1.6" ropey = "1.6"
toml = "0.7" toml = "0.7"
yacexits = "0.1.5" yacexits = "0.1.5"
once_cell = "1.17.1"
[dependencies.syntect] [dependencies.syntect]
version = "5" version = "5"