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 031424f commit b57a623Copy full SHA for b57a623
Cargo.toml
@@ -46,7 +46,7 @@ anyhow = ["dep:anyhow", "error-send"]
46
userdata-wrappers = ["parking_lot/send_guard"]
47
48
[dependencies]
49
-mlua_derive = { version = "=0.11.0-beta.1", optional = true, path = "mlua_derive" }
+mlua_derive = { version = "=0.11.0-beta.2", 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.11.0-beta.1"
+version = "0.11.0-beta.2"
4
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
5
edition = "2021"
6
description = "Procedural macros for the mlua crate."
0 commit comments