Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Aug 13, 2023
1 parent 0de730e commit 9d870a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ path = "src/main.rs"
[dependencies]
anstyle = "1.0.0"
anyhow = "1.0.58"
bamlift = {path = "bamlift", version = "0.2"}
bamlift = {path = "bamlift", version = "0.3"}
bio = "1.2.0"
bio-io = {path = "bio-io", version = "0.2"}
bio-io = {path = "bio-io", version = "0.3"}
clap = {version = "4.3.4", features = ["cargo", "wrap_help", "color", "unstable-styles", "derive"], optional = true}
clap_complete = {version = "4.0.6", optional = true}
clap_mangen = {version = "0.2.5", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion bamlift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["bam", "bfx"]
license = "MIT"
name = "bamlift"
repository = "https://github.com/fiberseq/fibertools-rs"
version = "0.2.0"
version = "0.3.0"

[dependencies]
#bio = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion bio-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["bam", "bfx"]
license = "MIT"
name = "bio-io"
repository = "https://github.com/fiberseq/fibertools-rs"
version = "0.2.0"
version = "0.3.0"

[dependencies]
anyhow = "1.0.58"
Expand Down

0 comments on commit 9d870a9

Please sign in to comment.