Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk den Bakker authored and Henk den Bakker committed Nov 29, 2018
1 parent ff7e5bb commit 676bbdd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "colorid"
version = "0.1.0"
version = "0.1.3"
authors = ["henk den bakker"]

[dependencies]
clap = "2.30.0"
bit-vec = { path = "./bit-vec_serde" }
murmurhash64 = "0.3.1"
fasthash = "0.3.2"
serde = "^1.0.63"
serde_json = "1.0.9"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate bit_vec;
extern crate fasthash;
extern crate flate2;
extern crate fnv;
extern crate murmurhash64;
extern crate probability;
extern crate rayon;
extern crate serde;
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static GLOBAL: System = System;

fn main() {
let matches = App::new("colorid")
.version("0.1.2.1")
.version("0.1.3")
.author("Henk C. den Bakker <[email protected]>")
.about("BIGSI based taxonomic ID of sequence data")
.setting(AppSettings::ArgRequiredElseHelp)
Expand Down

0 comments on commit 676bbdd

Please sign in to comment.