Switch to 2021 edition and bump MSRV to 1.56+

This commit is contained in:
Alex Orlenko 2022-06-06 15:40:29 +01:00
parent 4afca8f5bb
commit da5010e6de
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "mlua"
version = "0.8.0-beta.5" # remember to update html_root_url and mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"]
edition = "2018"
edition = "2021"
repository = "https://github.com/khvzak/mlua"
documentation = "https://docs.rs/mlua"
readme = "README.md"

View File

@ -9,7 +9,7 @@
[docs.rs]: https://docs.rs/mlua
[Coverage Status]: https://codecov.io/gh/khvzak/mlua/branch/master/graph/badge.svg?token=99339FS1CG
[codecov.io]: https://codecov.io/gh/khvzak/mlua
[MSRV]: https://img.shields.io/badge/rust-1.53+-brightgreen.svg?&logo=rust
[MSRV]: https://img.shields.io/badge/rust-1.56+-brightgreen.svg?&logo=rust
[Guided Tour](examples/guided_tour.rs)