File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mlua"
3- version = " 0.9.7 " # remember to update mlua_derive
3+ version = " 0.9.8 " # remember to update mlua_derive
44authors = [" Aleksandr Orlenko <zxteam@pm.me>" , " kyren <catherine@kyju.org>" ]
55rust-version = " 1.71"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Add to `Cargo.toml` :
133133
134134``` toml
135135[dependencies ]
136- mlua = { version = " 0.9.7 " , features = [" lua54" , " vendored" ] }
136+ mlua = { version = " 0.9.8 " , features = [" lua54" , " vendored" ] }
137137```
138138
139139` main.rs `
@@ -168,7 +168,7 @@ Add to `Cargo.toml` :
168168crate-type = [" cdylib" ]
169169
170170[dependencies ]
171- mlua = { version = " 0.9.7 " , features = [" lua54" , " module" ] }
171+ mlua = { version = " 0.9.8 " , features = [" lua54" , " module" ] }
172172```
173173
174174` lib.rs ` :
You can’t perform that action at this time.
0 commit comments