We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10718e commit e7fa8d7Copy full SHA for e7fa8d7
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
name = "mlua"
3
-version = "0.11.5" # remember to update mlua_derive
+version = "0.11.6" # remember to update mlua_derive
4
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
5
-rust-version = "1.80.0"
+rust-version = "1.85.0"
6
edition = "2021"
7
repository = "https://github.com/mlua-rs/mlua"
8
documentation = "https://docs.rs/mlua"
@@ -64,7 +64,7 @@ anyhow = { version = "1.0", optional = true }
64
rustversion = "1.0"
65
libc = "0.2"
66
67
-ffi = { package = "mlua-sys", version = "0.9.0", path = "mlua-sys" }
+ffi = { package = "mlua-sys", version = "0.10.0", path = "mlua-sys" }
68
69
[dev-dependencies]
70
trybuild = "1.0"
0 commit comments