更新Cargo.toml文件中的配置***

***更新shen-nbt4/Cargo.toml文件中的配置
This commit is contained in:
shenjack 2024-03-09 14:02:11 +08:00
parent e201d0f46b
commit ec0166a3c4
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 4 additions and 5 deletions

View File

@ -8,3 +8,6 @@ members = [
"shen-nbt5",
]
resolver = "2"
[profile.release]
debug = true

View File

@ -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