Skip to content

Commit

Permalink
#1395 Update to latest public mlua
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jan 16, 2025
1 parent 671795f commit b746e7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ num_enum = "0.7.2"
nom = "7.0.0"
semver = { version = "1.0.17", features = ["serde"] }
enumset = "1.0.12"
mlua = { git = "https://github.com/mlua-rs/mlua.git", rev = "59c9abbac76b7ec60c470c94698dfb29f6683b2e", features = ["vendored", "luau", "serialize"] }
mlua = { version = "0.10.2", features = ["vendored", "luau", "serialize"] }
chrono = "0.4.11"
dirs = "5.0.1"
libloading = "0.8"
Expand Down

0 comments on commit b746e7c

Please sign in to comment.