From 8d64391bb843151379d225d844f928ec79d36fba Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Sun, 20 Oct 2024 16:26:36 -0700 Subject: [PATCH] Add 'serialize' feature to 'modern-full' --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7ff92de..13ea44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,6 +104,7 @@ modern-full = [ "limits", "load_extension", "serde_json", + "serialize", "series", "time", "trace",