Skip to content

Commit

Permalink
Merge 11a0607 into 882eb87
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-k committed Mar 6, 2019
2 parents 882eb87 + 11a0607 commit 21a26d3
Show file tree
Hide file tree
Showing 4 changed files with 613 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -48,6 +48,10 @@ strum_macros = "0.13"
version = "0.8"
features = ["eders"]

[dependencies.petgraph]
version = "0.4"
features = ["stable_graph"]

[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
tag-message = "Version {{version}} of Rust-Bio."
1 change: 1 addition & 0 deletions src/alignment/mod.rs
Expand Up @@ -7,6 +7,7 @@

pub mod distance;
pub mod pairwise;
pub mod poa;
pub mod sparse;

// Re-export the alignment types.
Expand Down

0 comments on commit 21a26d3

Please sign in to comment.