From 7c6f62901dec2509c9badcc7d3f6f7aeb3a53d69 Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Tue, 24 Sep 2019 14:11:07 +0200 Subject: [PATCH] Fixed docs build --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76788b8..a52a556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphlib" -version = "0.5.0" +version = "0.5.1" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/graphlib" @@ -42,4 +42,5 @@ sbench = [] no_std = ["hashbrown/nightly"] [package.metadata.docs.rs] -all-features = true +features = ["dot"] +no-default-features = true