chore: upgrade smallvec dependency

This commit is contained in:
Carson M.
2025-10-25 14:48:21 -05:00
parent f138f1b5ea
commit 09b66fb99b

View File

@@ -93,7 +93,7 @@ nv = [ "ort-sys/nv" ]
[dependencies]
ort-sys = { version = "=2.0.0-rc.10", path = "ort-sys", default-features = false }
smallvec = { version = "=2.0.0-alpha.10", default-features = false }
smallvec = { version = "=2.0.0-alpha.11", default-features = false }
ndarray = { version = "0.16", default-features = false, optional = true }
libloading = { version = "0.8", optional = true }