mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
fix: docs.rs build
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user