Browse Source

chore: bump version to 0.2.0 (#93)

Signed-off-by: longjin <longjin@DragonOS.org>
LoGin 4 months ago
parent
commit
3fc53bf2f0
2 changed files with 5 additions and 2 deletions
  1. 5 1
      dadk/Cargo.toml
  2. 0 1
      docs/.vuepress/config.js

+ 5 - 1
dadk/Cargo.toml

@@ -6,7 +6,7 @@ authors = [
     "xuzihao <xuzihao@DragonOS.org>"
     "xuzihao <xuzihao@DragonOS.org>"
 ]
 ]
 
 
-version = "0.1.11"
+version = "0.2.0"
 edition = "2021"
 edition = "2021"
 description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
 description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
 license = "GPL-2.0-only"
 license = "GPL-2.0-only"
@@ -25,8 +25,12 @@ doc = true
 name = "dadk-insiders"
 name = "dadk-insiders"
 path = "src/main.rs"
 path = "src/main.rs"
 doc = true
 doc = true
+required-features = ["insiders"]
 
 
 
 
+[features]
+insiders = []
+
 [dependencies]
 [dependencies]
 anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
 anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
 clap = { version = "4.5.20", features = ["derive"] }
 clap = { version = "4.5.20", features = ["derive"] }

+ 0 - 1
docs/.vuepress/config.js

@@ -52,7 +52,6 @@ export default defineUserConfig({
                             '/user-manual/profiling.md',
                             '/user-manual/profiling.md',
                             '/user-manual/user-prog-build.md',
                             '/user-manual/user-prog-build.md',
                             '/user-manual/envs.md',
                             '/user-manual/envs.md',
-                            
                         ]
                         ]
                     }
                     }
                 ]
                 ]