diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-10-12 12:21:28 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-10-12 12:22:14 +0100 |
commit | 09af3e021a62f3806a3802ebece29971e0e5fb7c (patch) | |
tree | 076f1c855923b2004678860bbe4969abcf213ebc /Cargo.toml | |
parent | 9e3d495f91e8f30dd1553e3b5d8cb3382be51d3f (diff) | |
download | mlua-09af3e021a62f3806a3802ebece29971e0e5fb7c.zip |
v0.6.6
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "mlua" -version = "0.6.5" # remember to update html_root_url and mlua_derive +version = "0.6.6" # remember to update html_root_url and mlua_derive authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"] edition = "2018" repository = "https://github.com/khvzak/mlua" |