From 604fb36f4251e494b3486009145401a3c1f7b326 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 2 May 2026 00:50:23 +0800 Subject: Add nightly feature flag for Rust nightly-only functionality --- mingling_macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_macros') diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 4863ab9..038ffd3 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -10,6 +10,7 @@ description = "Macros of the mingling library" proc-macro = true [features] +nightly = [] default = [] async = [] -- cgit