Skip to content

Commit aefe7b9

Browse files
committed
v0.6.1 release
1 parent 60c57e6 commit aefe7b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphlib"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/graphlib"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
travis-ci = { repository = "purpleprotocol/graphlib", branch = "master" }
1515

1616
[dependencies]
17-
rand = {version ="0.7.2", default-features = false}
17+
rand = { version = "0.7.2", default-features = false }
1818
rand_core = "0.5.1"
1919
rand_isaac = "0.2.0"
2020
hex = "0.4.0"

src/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ impl<T> Graph<T> {
304304
///
305305
/// Note that this operation has a bigger performance hit than `Graph::add_edge()`.
306306
///
307-
/// /// ## Example
307+
/// ## Example
308308
/// ```rust
309309
/// use graphlib::{Graph, GraphErr, VertexId};
310310
///

0 commit comments

Comments
 (0)