Skip to content

Commit

Permalink
update lua playground crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jan 16, 2024
1 parent 8c6ef99 commit 8db02f2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
54 changes: 28 additions & 26 deletions lua-playground/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lua-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
mlua = { git = "https://github.com/khvzak/mlua.git", features = ["lua51"] }
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }

0 comments on commit 8db02f2

Please sign in to comment.