diff options
Diffstat (limited to 'mlua-sys/Cargo.toml')
-rw-r--r-- | mlua-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlua-sys/Cargo.toml b/mlua-sys/Cargo.toml index 4c6b78a..b78bfb4 100644 --- a/mlua-sys/Cargo.toml +++ b/mlua-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlua-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Aleksandr Orlenko <zxteam@pm.me>"] edition = "2021" repository = "https://github.com/khvzak/mlua" |