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 1c6b6ad commit aa061bcCopy full SHA for aa061bc
Cargo.toml
@@ -46,7 +46,7 @@ anyhow = ["dep:anyhow", "error-send"]
46
userdata-wrappers = []
47
48
[dependencies]
49
-mlua_derive = { version = "=0.10.0", optional = true, path = "mlua_derive" }
+mlua_derive = { version = "=0.10.1", optional = true, path = "mlua_derive" }
50
bstr = { version = "1.0", features = ["std"], default-features = false }
51
either = "1.0"
52
num-traits = { version = "0.2.14" }
mlua_derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mlua_derive"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
5
edition = "2021"
6
description = "Procedural macros for the mlua crate."
0 commit comments