Skip to content

Commit

Permalink
2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Dec 15, 2023
1 parent 1873bc0 commit dd8dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ qnn = [ "ort-sys/qnn" ]
[dependencies]
ndarray = { version = "0.15", optional = true }
thiserror = "1.0"
ort-sys = { version = "2.0.0-alpha.2", path = "ort-sys" }
ort-sys = { version = "2.0.0-alpha.3", path = "ort-sys" }
libloading = { version = "0.8", optional = true }

ureq = { version = "2.1", optional = true, default-features = false, features = [ "tls" ] }
Expand Down

0 comments on commit dd8dcae

Please sign in to comment.