diff --git a/Cargo.toml b/Cargo.toml index b0ee449e..01aaaeb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ anyhow = ["dep:anyhow", "error-send"] userdata-wrappers = [] [dependencies] -mlua_derive = { version = "=0.10.0", optional = true, path = "mlua_derive" } +mlua_derive = { version = "=0.10.1", optional = true, path = "mlua_derive" } bstr = { version = "1.0", features = ["std"], default-features = false } either = "1.0" num-traits = { version = "0.2.14" } diff --git a/mlua_derive/Cargo.toml b/mlua_derive/Cargo.toml index 28a10490..1e121341 100644 --- a/mlua_derive/Cargo.toml +++ b/mlua_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlua_derive" -version = "0.10.0" +version = "0.10.1" authors = ["Aleksandr Orlenko "] edition = "2021" description = "Procedural macros for the mlua crate."