fix: lints
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 3m4s
CI / Lint & Test (pull_request) Failing after 8m43s
CI / Build Linux (pull_request) Has been skipped
CI / Build Windows (cross-compile) (pull_request) Has been skipped

This commit is contained in:
2026-01-29 17:23:40 -08:00
parent 23519c0502
commit f9cb13f53f
11 changed files with 187 additions and 149 deletions
+3
View File
@@ -67,6 +67,9 @@ windows = { version = "0.62", features = [
"Win32_UI_Shell_PropertiesSystem",
] }
[dev-dependencies]
tempfile = "3.10"
[patch.crates-io]
# Fix cross-compilation: use CARGO_CFG_TARGET_OS instead of cfg!(windows)
llama-cpp-sys-2 = { path = "../patches/llama-cpp-sys-2" }