Skip to content

Commit 98138a9

Browse files
Update version of embed_anything and processors-rs to 0.6.2 in Cargo files
- Bumped the version of `embed_anything` and `embed_anything_python` to 0.6.2 in `Cargo.lock`. - Updated the version of `processors-rs` to 0.6.2 in `Cargo.toml` to ensure consistency across dependencies.
1 parent c4616b5 commit 98138a9

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.1" }
26+
processors-rs = { path = "processors", version = "=0.6.2" }
2727

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

0 commit comments

Comments
 (0)