Skip to content

Commit 22fbcfd

Browse files
committed
Update edition everywhere
1 parent 304880b commit 22fbcfd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/module/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust_module"
33
version = "0.0.0"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[lib]
88
crate-type = ["cdylib"]

mlua_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mlua_derive"
33
version = "0.8.0"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Procedural macros for the mlua crate."
77
repository = "https://github.com/khvzak/mlua"
88
keywords = ["lua", "mlua"]

tests/module/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "test_module"
33
version = "0.0.0"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[lib]
88
crate-type = ["cdylib"]

tests/module/loader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "module_loader"
33
version = "0.0.0"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[features]
88
lua54 = ["mlua/lua54"]

0 commit comments

Comments
 (0)