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
2 parents f3a5f9e + f0d817f commit 3e524f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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"
Expand All @@ -28,3 +29,18 @@ 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"
env_logger = "0.11.5"
clap = "2.26.0"
csv = "*"
chrono = "*"
bio = "2.0.3"
itertools = "0.13.0"
bambam = {git = "https://github.com/ebioman/bambam"}
crossbeam = "0.8.4"
crossbeam-channel = "*"
rayon = "1.10.0"
>>>>>>> dev

0 comments on commit 3e524f1

Please sign in to comment.