diff --git a/Cargo.toml b/Cargo.toml index 980d566..a54224d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["assets/*", "examples/*"] [dependencies] clap = { version = "4.2.4", features = ["derive"] } ndarray = { version = "0.15.6", features = ["rayon"] } -ort = { git = "https://github.com/pykeio/ort.git", default-features = false, features = [ +ort = { version = "2.0.0-rc.2", git = "https://github.com/pykeio/ort.git", default-features = false, features = [ "load-dynamic", "copy-dylibs", "half",