diff --git a/Cargo.toml b/Cargo.toml index 8e7e037..40b4fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ]