Skip to content

Commit

Permalink
mlua_derive: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Dec 1, 2024
1 parent 1c6b6ad commit aa061bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion mlua_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlua_derive"
version = "0.10.0"
version = "0.10.1"
authors = ["Aleksandr Orlenko <[email protected]>"]
edition = "2021"
description = "Procedural macros for the mlua crate."
Expand Down

0 comments on commit aa061bc

Please sign in to comment.