Skip to content

Commit

Permalink
Fixed docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Sep 24, 2019
1 parent dd48bd6 commit 7c6f629
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphlib"
version = "0.5.0"
version = "0.5.1"
authors = ["Octavian Oncescu <[email protected]>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/graphlib"
Expand Down Expand Up @@ -42,4 +42,5 @@ sbench = []
no_std = ["hashbrown/nightly"]

[package.metadata.docs.rs]
all-features = true
features = ["dot"]
no-default-features = true

0 comments on commit 7c6f629

Please sign in to comment.