Skip to content

Commit 7c6f629

Browse files
committed
Fixed docs build
1 parent dd48bd6 commit 7c6f629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphlib"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/graphlib"
@@ -42,4 +42,5 @@ sbench = []
4242
no_std = ["hashbrown/nightly"]
4343

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

0 commit comments

Comments
 (0)