From 8a394626459ad6d0b3efc7da5ef28403cb826119 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Tue, 23 Jul 2024 16:39:27 +0800 Subject: [PATCH] use optional feature stuff (#274) Co-authored-by: Brendan Allan --- specta/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specta/Cargo.toml b/specta/Cargo.toml index fd9e0cc2..28b2e54b 100644 --- a/specta/Cargo.toml +++ b/specta/Cargo.toml @@ -25,7 +25,7 @@ derive = ["dep:specta-macros"] #! Features ## Support for exporting the types of Rust functions. -function = ["specta-macros/DO_NOT_USE_function", "dep:paste"] # TODO: Why does this depend on `serde`??? +function = ["specta-macros?/DO_NOT_USE_function", "dep:paste"] # TODO: Why does this depend on `serde`??? #! Compatability ## Support for [serde](https://serde.rs)