File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " graphlib"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Octavian Oncescu <octavonce@gmail.com>" ]
55edition = " 2018"
66repository = " https://github.com/purpleprotocol/graphlib"
@@ -14,7 +14,7 @@ readme = "README.md"
1414travis-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 }
1818rand_core = " 0.5.1"
1919rand_isaac = " 0.2.0"
2020hex = " 0.4.0"
Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments