From 55a5f939af9fc190178ab9acd5a775cf9d129897 Mon Sep 17 00:00:00 2001 From: kana-rus Date: Mon, 25 Dec 2023 15:56:53 +0900 Subject: [PATCH] not DEBUG --- ohkami/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ohkami/Cargo.toml b/ohkami/Cargo.toml index be5b147b..2b7a499a 100644 --- a/ohkami/Cargo.toml +++ b/ohkami/Cargo.toml @@ -38,9 +38,9 @@ DEBUG = [ "tokio?/macros", "async-std?/attributes" ] -default = [ - "rt_tokio", - #"rt_async-std", - "DEBUG", - # "nightly" -] \ No newline at end of file +# default = [ +# "rt_tokio", +# #"rt_async-std", +# "DEBUG", +# # "nightly" +# ] \ No newline at end of file