diff options
author | Kirawi | 2024-02-11 17:38:09 +0000 |
---|---|---|
committer | GitHub | 2024-02-11 17:38:09 +0000 |
commit | 786b5c533e32cfe88dbf8742fdbc18829fb46334 (patch) | |
tree | 3f59fdd093729bf868cd96623867a6392686cd83 /Cargo.lock | |
parent | 581a1ebf5d327c1128fe6c283578e8f36a4b5fb5 (diff) |
follow neovim's truecolor detection (#9577)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1387,6 +1387,7 @@ dependencies = [ "signal-hook-tokio", "smallvec", "tempfile", + "termini", "tokio", "tokio-stream", "toml", |