Skip to content

Commit

Permalink
v0.10.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Oct 8, 2024
1 parent 7b777d0 commit 0453029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlua"
version = "0.10.0-beta.2" # remember to update mlua_derive
version = "0.10.0-rc.1" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
rust-version = "1.79.0"
edition = "2021"
Expand Down Expand Up @@ -44,7 +44,7 @@ macros = ["mlua_derive/macros"]
anyhow = ["dep:anyhow"]

[dependencies]
mlua_derive = { version = "=0.10.0-beta.1", optional = true, path = "mlua_derive" }
mlua_derive = { version = "=0.10.0-rc.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

0 comments on commit 0453029

Please sign in to comment.