Skip to content

Commit

Permalink
deps: update mlua to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 10, 2023
1 parent d04a716 commit 6e4c5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/nvim-oxi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ oxi-macros = { workspace = true }
oxi-types = { workspace = true }

miniserde = { version = "0.1", optional = true }
mlua = { version = "0.8", features = ["luajit"], optional = true }
mlua = { version = "0.9", features = ["luajit"], optional = true }
thiserror = "1.0"

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

Expand Down

0 comments on commit 6e4c5a8

Please sign in to comment.