feat(crates): 发布 minicpm crates 到 Gitea Cargo Registry

This commit is contained in:
2026-07-01 15:45:58 +08:00
parent 69b37ced07
commit ccf362aa8a
5 changed files with 21 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# 2026-07-01
## 发布 minicpm crates 到 Gitea Cargo Registry
- 修改了三个 crate 的 `Cargo.toml`:添加 `publish = ["gitea"]`,并为 `minicpm-convert``minicpm-inference``minicpm-core` 依赖添加 `version = "0.1.0", registry = "gitea"`
- Gitea registry: `sparse+http://macrocc.com:3000/api/packages/macrocc/cargo/`registry 名称为 `gitea`
- `minicpm-core@0.1.0` 已存在于 registry,跳过发布
- `minicpm-convert@0.1.0` 发布成功
- `minicpm-inference@0.1.0` 发布成功