Skip to content

Commit 17809a3

Browse files
committed
mlua_derive: v0.9.0
1 parent 7662a7e commit 17809a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ macros = ["mlua_derive/macros"]
4444
unstable = []
4545

4646
[dependencies]
47-
mlua_derive = { version = "=0.9.0-rc.2", optional = true, path = "mlua_derive" }
47+
mlua_derive = { version = "=0.9.0", optional = true, path = "mlua_derive" }
4848
bstr = { version = "1.0", features = ["std"], default_features = false }
4949
once_cell = { version = "1.0" }
5050
num-traits = { version = "0.2.14" }

mlua_derive/Cargo.toml

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

0 commit comments

Comments
 (0)