From d9ac7abff2d605f8345657b1625eb3e2de02ddd8 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Wed, 8 Jun 2022 23:57:35 +0100 Subject: [PATCH] v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5352dc2..551bbea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlua" -version = "0.8.0-beta.5" # remember to update html_root_url and mlua_derive +version = "0.8.0" # remember to update html_root_url and mlua_derive authors = ["Aleksandr Orlenko ", "kyren "] edition = "2021" repository = "https://github.com/khvzak/mlua"