We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff52de7 commit c6b606bCopy full SHA for c6b606b
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "usls"
3
edition = "2021"
4
-version = "0.1.0-rc.1"
+version = "0.1.0"
5
rust-version = "1.85"
6
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
7
repository = "https://github.com/jamjamjon/usls"
@@ -87,4 +87,4 @@ required-features = ["video"]
87
88
[[example]]
89
name = "imshow"
90
-required-features = ["viewer"]
+required-features = ["viewer"]
0 commit comments