Skip to content

Commit

Permalink
chore: 修复cargo publish时,提示dadk的readme未找到的问题 (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: longjin <[email protected]>
  • Loading branch information
fslongjin authored Nov 26, 2024
1 parent c0b1d57 commit ef91178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ DADK is licensed under the [GPLv2 License](LICENSE).

## Contributing

欢迎贡献代码!请参阅[开发者指南](https://docs.dragonos.org.cn/p/dadk/dev-guide/)以了解如何贡献代码。
欢迎贡献代码!请参阅[开发者指南](https://docs.dragonos.org.cn/p/dadk/dev-guide/)以了解如何贡献代码。
2 changes: 0 additions & 2 deletions dadk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ readme = "README.md"
[[bin]]
name = "dadk"
path = "src/main.rs"
doc = true

# 这个target与上面的内容一样,
# 只是为了方便在开发,测试时使用(不会跟正式版本的dadk冲突)
[[bin]]
name = "dadk-insiders"
path = "src/main.rs"
doc = true
required-features = ["insiders"]


Expand Down
1 change: 1 addition & 0 deletions dadk/README.md

0 comments on commit ef91178

Please sign in to comment.