Skip to content

Commit 6541b39

Browse files
committed
v0.3.0 release
1 parent c5387e3 commit 6541b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphlib"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/graphlib"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#![cfg_attr(feature = "no_std", no_std)]
55

66
//! # Graphlib
7-
//! Graphlib is a simple and powerful rust library for the graph data-structure.
7+
//! Graphlib is a simple and powerful Rust graph library.
88
//!
99
//! ---
1010
//!

0 commit comments

Comments
 (0)