File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " graphlib"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
authors = [
" Octavian Oncescu <[email protected] >" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/purpleprotocol/graphlib"
@@ -14,7 +14,7 @@ readme = "README.md"
14
14
travis-ci = { repository = " purpleprotocol/graphlib" , branch = " master" }
15
15
16
16
[dependencies ]
17
- rand = {version =" 0.7.2" , default-features = false }
17
+ rand = { version = " 0.7.2" , default-features = false }
18
18
rand_core = " 0.5.1"
19
19
rand_isaac = " 0.2.0"
20
20
hex = " 0.4.0"
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ impl<T> Graph<T> {
304
304
///
305
305
/// Note that this operation has a bigger performance hit than `Graph::add_edge()`.
306
306
///
307
- /// /// ## Example
307
+ /// ## Example
308
308
/// ```rust
309
309
/// use graphlib::{Graph, GraphErr, VertexId};
310
310
///
You can’t perform that action at this time.
0 commit comments