From 0901ab3e3cc8dbd3403ec9f85b3df4f8044b4261 Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:39:48 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",