Skip to content

Commit

Permalink
2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 6, 2024
1 parent 018cff1 commit 90b8d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default-members = [
[package]
name = "ort"
description = "A safe Rust wrapper for ONNX Runtime 1.17 - Optimize and Accelerate Machine Learning Inferencing"
version = "2.0.0-alpha.4"
version = "2.0.0-rc.0"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand All @@ -30,7 +30,7 @@ authors = [
"pyke.io <[email protected]>",
"Nicolas Bigaouette <[email protected]>"
]
include = [ "src/", "examples/", "tests/", "LICENSE-APACHE", "LICENSE-MIT", "README.md" ]
include = [ "src/", "LICENSE-APACHE", "LICENSE-MIT", "README.md" ]

[profile.release]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion ort-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ort-sys"
description = "Unsafe Rust bindings for ONNX Runtime 1.17 - Optimize and Accelerate Machine Learning Inferencing"
version = "2.0.0-alpha.4"
version = "2.0.0-rc.0"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 90b8d30

Please sign in to comment.