diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-02-27 19:32:25 +0000 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-02-27 19:32:25 +0000 |
commit | b93ace022421aff6868f0b1de292c102d55d9ad1 (patch) | |
tree | 8cb7cd4852c7f7d288d57b37376268c5424752f3 /Cargo.toml | |
parent | 5f37bf812d9b1ced84954dc921b837fa596bd1b5 (diff) | |
download | mlua-b93ace022421aff6868f0b1de292c102d55d9ad1.zip |
v0.5.2
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.5.1" # remember to update html_root_url and mlua_derive +version = "0.5.2" # 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" |