Skip to content

Commit 7b7d1d4

Browse files
Update version of embed_anything and processors-rs to 0.6.3 in Cargo files
- Bumped the version of `embed_anything`, `embed_anything_python`, and `processors-rs` to 0.6.3 in `Cargo.toml` and `Cargo.lock` for consistency across dependencies.
1 parent f086f00 commit 7b7d1d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ candle-nn = { version = "0.9.1" }
2323
candle-transformers = { version = "0.9.1" }
2424
candle-core = { version = "0.9.1" }
2525
candle-flash-attn = { version = "0.9.1" }
26-
processors-rs = { path = "processors", version = "=0.6.2" }
26+
processors-rs = { path = "processors", version = "=0.6.3" }
2727

2828
strum = "0.27.0"
2929
strum_macros = "0.27.0"

0 commit comments

Comments
 (0)