Skip to content

Commit

Permalink
mlua_derive: v0.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Sep 7, 2024
1 parent b88228b commit 5db545e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serialize = ["dep:serde", "dep:erased-serde", "dep:serde-value"]
macros = ["mlua_derive/macros"]

[dependencies]
mlua_derive = { version = "=0.9.3", optional = true, path = "mlua_derive" }
mlua_derive = { version = "=0.10.0-beta.1", optional = true, path = "mlua_derive" }
bstr = { version = "1.0", features = ["std"], default-features = false }
num-traits = { version = "0.2.14" }
rustc-hash = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions mlua_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlua_derive"
version = "0.9.3"
version = "0.10.0-beta.1"
authors = ["Aleksandr Orlenko <[email protected]>"]
edition = "2021"
description = "Procedural macros for the mlua crate."
Expand All @@ -19,6 +19,6 @@ quote = "1.0"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
proc-macro-error = { version = "1.0", optional = true }
syn = { version = "2.0", features = ["full"] }
itertools = { version = "0.12", optional = true }
itertools = { version = "0.13", optional = true }
regex = { version = "1.4", optional = true }
once_cell = { version = "1.0", optional = true }

0 comments on commit 5db545e

Please sign in to comment.