Update chanlun dependency version to 26.5.1

This commit is contained in:
YuYuKunKun
2026-05-26 23:36:51 +08:00
committed by GitHub
parent a02aef2b26
commit 0c74a4fb53
+1 -1
View File
@@ -14,7 +14,7 @@ name = "chanlun"
[dependencies]
# 发布至 PyPI 前,需先将 chanlun 发布至 crates.io,然后替换为版本号依赖:
# chanlun = "0.1"
chanlun = "25.5.1" # { path = "../chanlun" }
chanlun = "26.5.1" # { path = "../chanlun" }
pyo3 = { version = "0.28", features = ["extension-module"] }
serde_json = "1"
chrono = "0.4"