From ec0166a3c4eb8085161ede1da6425c65533856db Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 9 Mar 2024 14:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Cargo.toml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=85=8D=E7=BD=AE***=20***=E6=9B=B4=E6=96=B0?= =?UTF-8?q?shen-nbt4/Cargo.toml=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 5 ++++- shen-nbt4/Cargo.toml | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ed5081..94aecc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,7 @@ members = [ "shen-nbt4", "shen-nbt5", ] -resolver = "2" \ No newline at end of file +resolver = "2" + +[profile.release] +debug = true diff --git a/shen-nbt4/Cargo.toml b/shen-nbt4/Cargo.toml index 843eae6..c2eb511 100644 --- a/shen-nbt4/Cargo.toml +++ b/shen-nbt4/Cargo.toml @@ -6,7 +6,3 @@ edition = "2021" [features] default = [] internal_opt = [] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[profile.release] -debug = true \ No newline at end of file