chore: upgrade Rust edition 2018 2021

- Cargo.toml: edition 2021
- plugin-sdk/Cargo.toml: edition 2021
- plugins/example-plugin/Cargo.toml: edition 2021

Rust 2021 edition 带来更好的闭包捕获规则、IntoIterator for arrays 等改进。
This commit is contained in:
2026-03-31 23:21:57 +08:00
parent d30c111c71
commit 47d6b06ced
9 changed files with 1708 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
name = "showen-plugin-sdk"
version = "0.2.0"
authors = ["showen"]
edition = "2018"
edition = "2021"
description = "SDK for building ShowenV2 dynamic plugins"
[dependencies]