We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd48bd6 commit 7c6f629Copy full SHA for 7c6f629
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graphlib"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
5
edition = "2018"
6
repository = "https://github.com/purpleprotocol/graphlib"
@@ -42,4 +42,5 @@ sbench = []
42
no_std = ["hashbrown/nightly"]
43
44
[package.metadata.docs.rs]
45
-all-features = true
+features = ["dot"]
46
+no-default-features = true
0 commit comments