Skip to content

Commit

Permalink
deps: disable mlua's vendored feature
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 11, 2023
1 parent 6b4ead5 commit bf241e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nvim-oxi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mlua = { version = "0.9", features = ["luajit"], optional = true }
thiserror = "1.0"

[dev-dependencies]
mlua = { version = "0.9", features = ["luajit", "module", "vendored"] }
mlua = { version = "0.9", features = ["luajit", "module"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }

Expand Down

0 comments on commit bf241e2

Please sign in to comment.