From b65453eb9ccc65be07c58130d502fc84b52eb8ee Mon Sep 17 00:00:00 2001 From: CherishCai <785427346@qq.com> Date: Mon, 22 Sep 2025 23:07:10 +0800 Subject: [PATCH] rollback: edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e7bd2e..daa675f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nacos-sdk-rust-binding-node" version = "0.5.2" -edition = "2024" +edition = "2021" license = "Apache-2.0" publish = false authors = ["CheirshCai <785427346@qq.com>"]