fix: docs.rs build

This commit is contained in:
Carson M
2022-11-27 17:11:14 -06:00
parent c238054553
commit d2bec7e2db

View File

@@ -1,7 +1,7 @@
[package]
name = "ort"
description = "Yet another ONNX Runtime wrapper"
version = "1.13.0"
version = "1.13.1"
edition = "2021"
license = "MIT/Apache-2.0"
repository = "https://github.com/pykeio/ort"
@@ -21,7 +21,7 @@ strip = true
codegen-units = 1
[package.metadata.docs.rs]
features = [ "half", "fetch-models", "copy-dylibs" ]
features = [ "half", "fetch-models", "copy-dylibs", "disable-build-script" ]
[features]
default = [ "half", "fetch-models", "copy-dylibs" ]