update rust crates to 2024 edition

This commit is contained in:
2025-03-01 23:43:31 +01:00
parent f033739bba
commit 28001a2040
10 changed files with 50 additions and 30 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "lua-playground"
version = "0.1.0"
edition = "2021"
edition = "2024"
[lib]
crate-type = ["cdylib"]