diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2019-11-30 01:33:41 +0000 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2019-11-30 01:33:41 +0000 |
commit | c9c8f983e06c2475736608891b11a285a696c41b (patch) | |
tree | a597a922acc27ca7d49373b760657fa0802ae957 /Cargo.toml | |
parent | 143c3a81a7a648c1e7036190a8d3d0c656bd5c9f (diff) | |
download | mlua-c9c8f983e06c2475736608891b11a285a696c41b.zip |
0.2.0 release
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.1.0" +version = "0.2.0" authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"] edition = "2018" repository = "https://github.com/khvzak/mlua" |