Skip to content

Commit

Permalink
🚩 (Cargo.toml): Remove default feature flags
Browse files Browse the repository at this point in the history
移除默认功能标志
  • Loading branch information
czy-29 committed Sep 25, 2024
1 parent d1a27a2 commit e3a7615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ bin = ["tracing", "tokio/rt-multi-thread", "tokio/macros", "dep:nu-ansi-term", "
# 二进制`opk`(OpenPlugin Kernel)需要启用的特性
opk = ["kernel", "bin"]

default = ["opk"]

[[bin]]
name = "opk"
path = "src/main.rs"
Expand Down

0 comments on commit e3a7615

Please sign in to comment.