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 1
1
[package ]
2
2
name = " mlua"
3
- version = " 0.6.4 " # remember to update html_root_url and mlua_derive
3
+ version = " 0.6.5 " # remember to update html_root_url and mlua_derive
4
4
authors = [
" Aleksandr Orlenko <[email protected] >" ,
" kyren <[email protected] >" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/khvzak/mlua"
@@ -13,7 +13,7 @@ links = "lua"
13
13
build = " build/main.rs"
14
14
description = """
15
15
High level bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT)
16
- with async/await features and support of writing native lua modules in Rust.
16
+ with async/await features and support of writing native Lua modules in Rust.
17
17
"""
18
18
19
19
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 72
72
//! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html
73
73
74
74
// mlua types in rustdoc of other crates get linked to here.
75
- #![ doc( html_root_url = "https://docs.rs/mlua/0.6.4 " ) ]
75
+ #![ doc( html_root_url = "https://docs.rs/mlua/0.6.5 " ) ]
76
76
// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
77
77
// warnings at all.
78
78
#![ doc( test( attr( deny( warnings) ) ) ) ]
You can’t perform that action at this time.
0 commit comments