Skip to content

Commit b0c1819

Browse files
committed
Forgot to bump crate versions...
1 parent cc7d214 commit b0c1819

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

onnxruntime-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Nicolas Bigaouette <[email protected]>"]
33
edition = "2018"
44
name = "onnxruntime-sys"
5-
version = "0.0.10"
5+
version = "0.0.11"
66

77
description = "Unsafe wrapper around Microsoft's ONNX Runtime"
88
documentation = "https://docs.rs/onnxruntime-sys"

onnxruntime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Nicolas Bigaouette <[email protected]>"]
33
edition = "2018"
44
name = "onnxruntime"
5-
version = "0.0.10"
5+
version = "0.0.11"
66

77
description = "Wrapper around Microsoft's ONNX Runtime"
88
documentation = "https://docs.rs/onnxruntime"
@@ -19,7 +19,7 @@ name = "integration_tests"
1919
required-features = ["model-fetching"]
2020

2121
[dependencies]
22-
onnxruntime-sys = {version = "0.0.10", path = "../onnxruntime-sys"}
22+
onnxruntime-sys = {version = "0.0.11", path = "../onnxruntime-sys"}
2323

2424
lazy_static = "1.4"
2525
ndarray = "0.13"

0 commit comments

Comments
 (0)