From 5a4dd155a6fc3baddfcacf63093bb93e60e035fd Mon Sep 17 00:00:00 2001 From: Gavrilikhin Daniil Date: Sat, 13 May 2023 10:49:14 +0800 Subject: [PATCH] Less verbose serde_json import in cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50dbca5..c9c97ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ syn = { version = "2.0", features = ["full"] } regex = "1.5" lazy_static = "1.4" -serde_json = { version = "1.0.64" } +serde_json = "1.0.64" [features] default = []