release: 1.0.3

fix: load ort-version via bash script on all release runners, toolchain
harmonization
This commit is contained in:
Per Stark
2026-06-12 09:12:32 +02:00
parent e65515a71c
commit 919e699287
16 changed files with 55 additions and 36 deletions
+4 -1
View File
@@ -58,7 +58,7 @@ tokio-retry = "0.3.0"
base64 = "0.22.1"
object_store = { version = "0.11.2", features = ["aws"] }
bytes = "1.7.1"
state-machines = "0.2.0"
state-machines = "0.9"
pdf-extract = "0.9"
lopdf = "0.32"
fastembed = { version = "5.2.0", default-features = false, features = ["hf-hub-native-tls", "ort-load-dynamic"] }
@@ -67,6 +67,9 @@ fastembed = { version = "5.2.0", default-features = false, features = ["hf-hub-n
inherits = "release"
lto = "thin"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(feature, values(\"inspect\"))"] }
[workspace.lints.clippy]
# Performance-focused lints
perf = { level = "warn", priority = -1 }