Skip to content

Commit 5a8d741

Browse files
committed
Ensure docs.rs builds the runtime-linking version of the openvino crate
1 parent 5466a8d commit 5a8d741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/openvino/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ float-cmp = "0.8"
2121

2222
[features]
2323
runtime-linking = ["openvino-sys/runtime-linking"]
24+
25+
[package.metadata.docs.rs]
26+
features = ["runtime-linking"]

0 commit comments

Comments
 (0)