We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa86c4 commit 0fa39d4Copy full SHA for 0fa39d4
Cargo.toml
@@ -44,7 +44,7 @@ macros = ["mlua_derive/macros"]
44
unstable = []
45
46
[dependencies]
47
-mlua_derive = { version = "=0.9.2", optional = true, path = "mlua_derive" }
+mlua_derive = { version = "=0.9.3", optional = true, path = "mlua_derive" }
48
bstr = { version = "1.0", features = ["std"], default_features = false }
49
once_cell = { version = "1.0" }
50
num-traits = { version = "0.2.14" }
mlua_derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mlua_derive"
3
-version = "0.9.2"
+version = "0.9.3"
4
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
5
edition = "2021"
6
description = "Procedural macros for the mlua crate."
0 commit comments