Skip to content

Commit b57a623

Browse files
committed
mlua_derive: v0.11.0-beta.2
1 parent 031424f commit b57a623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ anyhow = ["dep:anyhow", "error-send"]
4646
userdata-wrappers = ["parking_lot/send_guard"]
4747

4848
[dependencies]
49-
mlua_derive = { version = "=0.11.0-beta.1", optional = true, path = "mlua_derive" }
49+
mlua_derive = { version = "=0.11.0-beta.2", optional = true, path = "mlua_derive" }
5050
bstr = { version = "1.0", features = ["std"], default-features = false }
5151
either = "1.0"
5252
num-traits = { version = "0.2.14" }

mlua_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlua_derive"
3-
version = "0.11.0-beta.1"
3+
version = "0.11.0-beta.2"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macros for the mlua crate."

0 commit comments

Comments
 (0)