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 003e324 commit dd48bd6Copy full SHA for dd48bd6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graphlib"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
5
edition = "2018"
6
repository = "https://github.com/purpleprotocol/graphlib"
@@ -41,3 +41,5 @@ sbench = []
41
# for build use `cargo +nightly build --features no_std`
42
no_std = ["hashbrown/nightly"]
43
44
+[package.metadata.docs.rs]
45
+all-features = true
0 commit comments