From 6541b395eb35e94bd9a87736743899b773d7e258 Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Sun, 5 May 2019 20:27:07 +0200 Subject: [PATCH] v0.3.0 release --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 710c25e..f3f7bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphlib" -version = "0.2.3" +version = "0.3.0" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/graphlib" diff --git a/src/lib.rs b/src/lib.rs index 2e0873c..901f0bc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ #![cfg_attr(feature = "no_std", no_std)] //! # Graphlib -//! Graphlib is a simple and powerful rust library for the graph data-structure. +//! Graphlib is a simple and powerful Rust graph library. //! //! --- //!