Update edition everywhere

This commit is contained in:
Alex Orlenko 2023-03-12 01:03:31 +00:00
parent 304880bfd1
commit 22fbcfd9fb
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
name = "rust_module"
version = "0.0.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2018"
edition = "2021"
[lib]
crate-type = ["cdylib"]

View File

@ -2,7 +2,7 @@
name = "mlua_derive"
version = "0.8.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2018"
edition = "2021"
description = "Procedural macros for the mlua crate."
repository = "https://github.com/khvzak/mlua"
keywords = ["lua", "mlua"]

View File

@ -2,7 +2,7 @@
name = "test_module"
version = "0.0.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2018"
edition = "2021"
[lib]
crate-type = ["cdylib"]

View File

@ -2,7 +2,7 @@
name = "module_loader"
version = "0.0.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2018"
edition = "2021"
[features]
lua54 = ["mlua/lua54"]