mirror of https://github.com/helix-editor/helix
typos
parent
47b3ab8037
commit
b858f9f8d8
|
@ -18,7 +18,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p
|
||||||
# the event registry is essentially read only but must be an rwlock so we can
|
# the event registry is essentially read only but must be an rwlock so we can
|
||||||
# setup new events on intalization, hardware-lock-elision hugnly benefits this case
|
# setup new events on intalization, hardware-lock-elision hugnly benefits this case
|
||||||
# as is essentially makes the lock entirely free as long as there is no writes
|
# as is essentially makes the lock entirely free as long as there is no writes
|
||||||
once_cell = "1.20"
|
once_cell = "1.21"
|
||||||
parking_lot = { workspace = true, features = ["hardware-lock-elision"] }
|
parking_lot = { workspace = true, features = ["hardware-lock-elision"] }
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
Loading…
Reference in New Issue