Skip to content

Commit

Permalink
v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Feb 18, 2020
1 parent 60c57e6 commit aefe7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphlib"
version = "0.6.0"
version = "0.6.1"
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/graphlib"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
travis-ci = { repository = "purpleprotocol/graphlib", branch = "master" }

[dependencies]
rand = {version ="0.7.2", default-features = false}
rand = { version = "0.7.2", default-features = false }
rand_core = "0.5.1"
rand_isaac = "0.2.0"
hex = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ impl<T> Graph<T> {
///
/// Note that this operation has a bigger performance hit than `Graph::add_edge()`.
///
/// /// ## Example
/// ## Example
/// ```rust
/// use graphlib::{Graph, GraphErr, VertexId};
///
Expand Down

0 comments on commit aefe7b9

Please sign in to comment.