feat(crates): 升级 minicpm crates 版本到 0.1.1 并调整依赖

This commit is contained in:
2026-07-01 16:23:03 +08:00
parent ccf362aa8a
commit 18a5ca103c
5 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "minicpm-core"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
publish = ["gitea"]
[dependencies]
burn = { version = "0.21", features = ["std", "wgpu"] }
burn = { version = "0.21", default-features = false, features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"