chore: update neovide-derive to 0.1.1 (#2935)

This commit is contained in:
Alexsander Falcucci 2025-01-06 00:34:54 +01:00 committed by GitHub
parent 4f8b98e102
commit 96d6bc41a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ indoc = "2.0.5"
itertools = "0.13.0"
log = "0.4.22"
lru = "0.12.5"
neovide-derive = { path = "neovide-derive", version = "0.1.0" }
neovide-derive = { path = "neovide-derive", version = "0.1.1" }
num = "0.4.3"
nvim-rs = { version = "0.7.0", features = ["use_tokio"] }
parking_lot = "0.12.3"