Skip to content

Commit ed612a9

Browse files
committed
Bump version to 0.0.14
1 parent 410a91c commit ed612a9

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.13"
5+
version = "0.0.14"
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.13"
5+
version = "0.0.14"
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.13", path = "../onnxruntime-sys" }
22+
onnxruntime-sys = { version = "0.0.14", path = "../onnxruntime-sys" }
2323

2424
lazy_static = "1.4"
2525
# FIXME: ndarray >=0.15.2 breaks the build

0 commit comments

Comments
 (0)