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_core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_core/Cargo.toml') diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 83db3af..6392ce0 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -7,6 +7,7 @@ description = "Core of the mingling library" repository = "https://github.com/catilgrass/mingling" [features] +nightly = [] default = [] async = [] -- cgit