Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rusqlite = { version = "0.38", features = ["bundled"] }
# RC 11 provides lighter dependency footprint (hmac-sha256, lzma-rust2 instead of flate2, sha2, tar).
# Stable 2.0.0 not released (latest stable: 1.18.0 with API incompatibilities).
# Requires API changes: .inputs field → .inputs() method, input.name field → input.name() method.
ort = { version = "=2.0.0-rc.11", features = ["ndarray", "download-binaries"] }
ort = { version = "=2.0.0-rc.12", features = ["ndarray", "download-binaries"] }

# HuggingFace tokenizers and model download
tokenizers = "0.22.0"
Expand All @@ -49,7 +49,7 @@ name = "vipune"
path = "src/main.rs"

[dev-dependencies]
tempfile = "3.13"
tempfile = "3.26"

[profile.release]
strip = true
Expand Down
Loading