Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Aug 10, 2020
1 parent 452c4ca commit 89020e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onnxruntime-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Nicolas Bigaouette <nbigaouette@elementai.com>"]
edition = "2018"
name = "onnxruntime-sys"
version = "0.0.3"
version = "0.0.4"

description = "Unsafe wrapper around Microsoft's ONNX Runtime"
documentation = "https://docs.rs/onnxruntime-sys"
Expand Down
4 changes: 2 additions & 2 deletions onnxruntime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Nicolas Bigaouette <nbigaouette@gmail.com>"]
edition = "2018"
name = "onnxruntime"
version = "0.0.3"
version = "0.0.4"

description = "Wrapper around Microsoft's ONNX Runtime"
documentation = "https://docs.rs/onnxruntime"
Expand All @@ -17,5 +17,5 @@ keywords = ["neuralnetworks", "onnx", "bindings"]
[dependencies]
lazy_static = "1.4"
ndarray = "0.13"
onnxruntime-sys = {version = "0.0.3", path = "../onnxruntime-sys"}
onnxruntime-sys = {version = "0.0.4", path = "../onnxruntime-sys"}
thiserror = "1.0"

0 comments on commit 89020e8

Please sign in to comment.