Skip to content

Commit e7fa8d7

Browse files
committed
v0.11.6
1 parent c10718e commit e7fa8d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "mlua"
3-
version = "0.11.5" # remember to update mlua_derive
3+
version = "0.11.6" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
5-
rust-version = "1.80.0"
5+
rust-version = "1.85.0"
66
edition = "2021"
77
repository = "https://github.com/mlua-rs/mlua"
88
documentation = "https://docs.rs/mlua"
@@ -64,7 +64,7 @@ anyhow = { version = "1.0", optional = true }
6464
rustversion = "1.0"
6565
libc = "0.2"
6666

67-
ffi = { package = "mlua-sys", version = "0.9.0", path = "mlua-sys" }
67+
ffi = { package = "mlua-sys", version = "0.10.0", path = "mlua-sys" }
6868

6969
[dev-dependencies]
7070
trybuild = "1.0"

0 commit comments

Comments
 (0)