Add missing double quote

macos-click-through
mforsb 3 years ago committed by Keith Simmons
parent ca269d7e30
commit a5d1af226f

@ -28,7 +28,7 @@ rust-embed = { version = "5.2.0", features = ["debug-embed"] }
image = "0.22.3"
nvim-rs = { git = "https://github.com/KillTheMule/nvim-rs", branch = "master", features = ["use_tokio"] }
tokio = { version = "1.1.1", features = ["full"] }
tokio-util = "0.6.7
tokio-util = "0.6.7"
async-trait = "0.1.18"
crossfire = "0.1"
lazy_static = "1.4.0"

Loading…
Cancel
Save