summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2024-05-15 23:17:30 +0100
committerAlex Orlenko <zxteam@protonmail.com>2024-05-15 23:17:30 +0100
commitf2d48ce296697954595bcb05d255af0dc4e006a5 (patch)
tree1b3662af857c4ca900baa272d08785acf5a9ca5d
parent0fa39d431d319c2381bda2748c0d56c5c40422d5 (diff)
downloadmlua-f2d48ce296697954595bcb05d255af0dc4e006a5.zip
v0.9.8
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94d465f..00ab7de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mlua"
-version = "0.9.7" # remember to update mlua_derive
+version = "0.9.8" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
rust-version = "1.71"
edition = "2021"
diff --git a/README.md b/README.md
index 563073b..c9b2376 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ Add to `Cargo.toml` :
``` toml
[dependencies]
-mlua = { version = "0.9.7", features = ["lua54", "vendored"] }
+mlua = { version = "0.9.8", features = ["lua54", "vendored"] }
```
`main.rs`
@@ -168,7 +168,7 @@ Add to `Cargo.toml` :
crate-type = ["cdylib"]
[dependencies]
-mlua = { version = "0.9.7", features = ["lua54", "module"] }
+mlua = { version = "0.9.8", features = ["lua54", "module"] }
```
`lib.rs` :