From dde4553cb05a241268e5b775bdc0b3a9d20bee63 Mon Sep 17 00:00:00 2001 From: dskkato Date: Fri, 17 Dec 2021 13:52:40 +0900 Subject: [PATCH] private-docs-rs feature should be propagated to tensorflow-sys. The private-docs-rs feature was introduced to avoid large file downloading when building docs in docs.rs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e403a0b12f..66628d42aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tensorflow_unstable = [] eager = ["tensorflow-sys/eager"] # This is for testing purposes; users should not use this. examples_system_alloc = ["tensorflow-sys/examples_system_alloc"] -private-docs-rs = [] # DO NOT RELY ON THIS +private-docs-rs = ["tensorflow-sys/private-docs-rs"] # DO NOT RELY ON THIS [workspace]