You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify ort = "=1.13.3" or "~1.13" in Cargo.toml. Cargo treats dependencies as caret requirements by default, meaning "1.13.3" would be interpreted as >=1.13.3,<2, and ort pre-v2 did not account for this in versioning.
I added an old version of
ort
as dep by usingcargo add ort@1.13.3
. When runningcargo build
, it shows that the version that's being built is 1.15.2.Reproduce:
The text was updated successfully, but these errors were encountered: