From dd48bd6cd7984663be5be3467c05aec8c17e71ff Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Tue, 24 Sep 2019 12:03:45 +0200 Subject: [PATCH] v0.5.0 release --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 841bfa6..76788b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphlib" -version = "0.4.0" +version = "0.5.0" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/graphlib" @@ -41,3 +41,5 @@ sbench = [] # for build use `cargo +nightly build --features no_std` no_std = ["hashbrown/nightly"] +[package.metadata.docs.rs] +all-features = true