From bda4736095a4a60a9a042b336d0789c22461905d Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 11 Jul 2024 20:56:39 +0700 Subject: [PATCH] chore(fluent-syntax): Use explicit features (#365) --- fluent-syntax/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fluent-syntax/Cargo.toml b/fluent-syntax/Cargo.toml index 2e05e58b..b8cf539a 100644 --- a/fluent-syntax/Cargo.toml +++ b/fluent-syntax/Cargo.toml @@ -38,7 +38,8 @@ glob = "0.3" [features] default = [] -json = ["serde", "serde_json"] +serde = ["dep:serde"] +json = ["serde", "dep:serde_json"] all-benchmarks = [] [[bench]]