From da5010e6defad10cf9b1375704bdbd01b47f9795 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 6 Jun 2022 15:40:29 +0100 Subject: [PATCH] Switch to 2021 edition and bump MSRV to 1.56+ --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cdcea9..dd35752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mlua" version = "0.8.0-beta.5" # remember to update html_root_url and mlua_derive authors = ["Aleksandr Orlenko ", "kyren "] -edition = "2018" +edition = "2021" repository = "https://github.com/khvzak/mlua" documentation = "https://docs.rs/mlua" readme = "README.md" diff --git a/README.md b/README.md index e2a7b32..84686be 100644 --- a/README.md +++ b/README.md @@ -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)