From 0ad594277e61e9fb41b2e470c34cff7534d6c780 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 14 Sep 2025 13:12:27 +0800 Subject: Fixed codes by Zed --- crates/utils/cfg_file/cfg_file_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/utils/cfg_file/cfg_file_test/Cargo.toml') diff --git a/crates/utils/cfg_file/cfg_file_test/Cargo.toml b/crates/utils/cfg_file/cfg_file_test/Cargo.toml index 73e580b..d1b527a 100644 --- a/crates/utils/cfg_file/cfg_file_test/Cargo.toml +++ b/crates/utils/cfg_file/cfg_file_test/Cargo.toml @@ -6,4 +6,4 @@ edition = "2024" [dependencies] cfg_file = { path = "../../cfg_file", features = ["default"] } tokio = { version = "1.46.1", features = ["full"] } -serde = { version = "1.0.219", features = ["derive"] } \ No newline at end of file +serde = { version = "1.0.219", features = ["derive"] } -- cgit