Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Schmid-Siegert committed Sep 27, 2024
1 parent 3e524f1 commit de5c65e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ Note:
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
<<<<<<< HEAD
rust-htslib = "0.40.2"
#regex = "1"
clap = "4.1.6"
csv = "1.2.0"
chrono = "0.4.23"
bio = "1.1.0"
itertools = "*"
bambam = {git = "https://github.com/ebioman/bambam"}
crossbeam = "0.8.2"
crossbeam-channel = "0.5.6"
rayon = "1.6.1"
=======
rust-htslib = { version = "0.46.0", default-features = false }
#regex = "1"
log = "0.4.22"
Expand All @@ -43,4 +30,3 @@ bambam = {git = "https://github.com/ebioman/bambam"}
crossbeam = "0.8.4"
crossbeam-channel = "*"
rayon = "1.10.0"
>>>>>>> dev

0 comments on commit de5c65e

Please sign in to comment.