Skip to content

Commit 8a5876c

Browse files
Update version numbers for dependencies in Cargo files
- Bumped version of embed_anything, embed_anything_python, processors-rs, and server to 0.7.0 in Cargo.lock and Cargo.toml. - Ensured compatibility with the latest features and improvements in the respective packages.
1 parent 0b4e081 commit 8a5876c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ description = "Embed anything at lightning speed"
1616
repository = "https://github.com/StarlightSearch/EmbedAnything"
1717
authors = ["Akshay Ballal <arballal95@gmail.com>"]
1818
exclude = ["test_files/*", "python", "*.py", "pyproject.toml", "examples/images/*", "mkdocs.yml", "docs/*", "tests/*", ".github", "Dockerfile", "docs"]
19-
version = "0.6.7"
19+
version = "0.7.0"
2020

2121
[workspace.dependencies]
2222
pdf-extract = "0.9.0"
2323
candle-nn = { version = "0.9.1" }
2424
candle-transformers = { version = "0.9.1" }
2525
candle-core = { version = "0.9.1" }
2626
candle-flash-attn = { version = "0.9.1" }
27-
processors-rs = { path = "processors", version = "=0.6.7" }
27+
processors-rs = { path = "processors", version = "=0.7.0" }
2828

2929
strum = "0.27.1"
3030
strum_macros = "0.27.1"

0 commit comments

Comments
 (0)