Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasmtime-wasi-nn = { version = "47.0.2", default-features = false, features = ["
# ort exact-pin is mandatory: wasmtime-wasi-nn 47.0.2 bakes in 2.0.0-rc.10
# and later ort releases have breaking ABI shifts that surface as link-
# time symbol mismatches. Same pin the Rust substrate engines carry.
ort = "=2.0.0-rc.10"
ort = "=2.0.0-rc.13"
# ort-sys must be pinned separately: wasmtime-wasi-nn depends on ort-sys
# directly with a loose spec, so a fresh CI resolve picks the latest
# matching version and drifts off ort's own ort-sys pin. ort-sys 2.0.0-rc.12
Expand Down
Loading