From 5becbfedeea83a28c4239e9c3161dcb6a3661b9d Mon Sep 17 00:00:00 2001 From: aumetra Date: Thu, 28 Nov 2024 19:41:19 +0100 Subject: [PATCH] toml format --- lib/athena/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/athena/Cargo.toml b/lib/athena/Cargo.toml index 3a878880..d2093a54 100644 --- a/lib/athena/Cargo.toml +++ b/lib/athena/Cargo.toml @@ -36,9 +36,7 @@ redis = ["dep:either", "dep:fred", "dep:rand", "dep:sonic-rs"] [dev-dependencies] kitsune-test = { workspace = true } -postcard = { version = "1.1.0", default-features = false, features = [ - "alloc", -] } +postcard = { version = "1.1.0", default-features = false, features = ["alloc"] } tracing-subscriber = "0.3.18" [lints]