This commit is contained in:
Alex Orlenko
2024-05-15 23:17:30 +01:00
parent 0fa39d431d
commit f2d48ce296
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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` :