From 51315efb52f10a0f9aef6003780b8d38da02ab9a Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 7dbd723..f29dc1d 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -11,12 +11,11 @@ anyhow = "1.0.82" console = "0.15.2" log = "0.4.17" log4rs = { version = "1.3.0", optional = true } - -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.32" getopts = "0.2.21" gethostname = "0.4.3" -uuid = {version = "1.8.0",features = ["v4"]} +uuid = { version = "1.8.0", features = ["v4"] } [features] default = []