Switch to tag-pinned bread-ecosystem deps; bump version to v0.3.0

This commit is contained in:
Breadway 2026-07-19 03:53:04 +08:00
parent 0990969722
commit 8b52d2a535
5 changed files with 325 additions and 233 deletions

547
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "breadmill" name = "breadmill"
version = "0.2.4" version = "0.3.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
@ -42,8 +42,7 @@ breadsearch-shared = { path = "../breadsearch-shared" }
# needed for the plain CPU path even in the npu build. # needed for the plain CPU path even in the npu build.
ort = { version = "2.0.0-rc.12", default-features = false, features = ["std", "tracing", "download-binaries", "tls-native", "copy-dylibs", "api-23"] } ort = { version = "2.0.0-rc.12", default-features = false, features = ["std", "tracing", "download-binaries", "tls-native", "copy-dylibs", "api-23"] }
tokenizers = "0" tokenizers = "0"
# 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 = { path = "../../bread-ecosystem-fix-worktree/bread-onnx" }
# Surfaces ort's own EP-registration tracing (e.g. a GPU EP silently failing to # Surfaces ort's own EP-registration tracing (e.g. a GPU EP silently failing to
# register and falling back to CPU) as visible log output instead of nowhere. # register and falling back to CPU) as visible log output instead of nowhere.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "breadsearch-shared" name = "breadsearch-shared"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "breadsearch" name = "breadsearch"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Breadmill semantic search indexer Description=Breadmill semantic search indexer
Documentation=https://github.com/breadway/breadsearch Documentation=https://git.breadway.dev/Breadway/breadsearch
After=default.target After=default.target
[Service] [Service]