Skip to content

Commit 0453029

Browse files
committed
v0.10.0-rc.1
1 parent 7b777d0 commit 0453029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlua"
3-
version = "0.10.0-beta.2" # remember to update mlua_derive
3+
version = "0.10.0-rc.1" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
55
rust-version = "1.79.0"
66
edition = "2021"
@@ -44,7 +44,7 @@ macros = ["mlua_derive/macros"]
4444
anyhow = ["dep:anyhow"]
4545

4646
[dependencies]
47-
mlua_derive = { version = "=0.10.0-beta.1", optional = true, path = "mlua_derive" }
47+
mlua_derive = { version = "=0.10.0-rc.1", optional = true, path = "mlua_derive" }
4848
bstr = { version = "1.0", features = ["std"], default-features = false }
4949
num-traits = { version = "0.2.14" }
5050
rustc-hash = "2.0"

0 commit comments

Comments
 (0)