pkg-checker 0.6.0

A Rust tool for checking and updating globally installed Cargo packages with interactive mode and smart prerelease detection
## 🎉 新功能

### 📋 更新内容

- fix: 修复 cargo publish 检测到未提交文件的问题
- feat: 使用更安全的 Crates.io 发布方式
- fix: 修复 GitHub Action 中 rustfmt 和 clippy 组件缺失问题
- chore: 版本升级到 0.6.0
- feat: 添加自动 Release 和 Crates.io 发布功能
### 🔗 相关链接
- [GitHub Repository]https://github.com/jenkinpan/pkg-checker-rs
- [Crates.io]https://crates.io/crates/pkg-checker
- [Documentation]https://docs.rs/pkg-checker

## 📦 安装

```bash
cargo install pkg-checker
```