Pin bread-onnx and bread-utils to bread-ecosystem v0.7.2
All checks were successful
dev release / build (push) Successful in 2m41s

This commit is contained in:
Breadway 2026-08-15 22:53:46 +08:00
parent 812b70d4b7
commit f0138cf59b
3 changed files with 6 additions and 7 deletions

View file

@ -19,8 +19,7 @@ regex.workspace = true
serde_json.workspace = true
ort.workspace = true
tokenizers.workspace = true
# TODO(owner): switch to tag-pinned git dependency once bread-onnx is merged and tagged, matching the bread-theme pattern
bread-onnx = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" }
bread-onnx = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2" }
scraper.workspace = true
chrono.workspace = true
fastrand.workspace = true