Skip to content

Commit

Permalink
Merge cd96441 into 1582a7e
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Jan 27, 2020
2 parents 1582a7e + cd96441 commit c099c4a
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 342 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shardio"
version = "0.5.5"
version = "0.5.4"
authors = ["Patrick Marks <patrick@10xgenomics.com>", "Sreenath Krishnan <sreenath.krishnan@10xgenomics.com>", "Lance Hepler <lance.hepler@10xgenomics.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -20,10 +20,10 @@ bincode = "1.1"
byteorder = "1.3.0"
lz4 = "1"
failure = "0.1.5"
crossbeam-channel = "0.3.8"
failure_derive = "0.1"
min-max-heap = "1.2.2"
serde = { version = "1.0", features = ["derive"] }
crossbeam-channel = "0.4.0"

[dev-dependencies]
tempfile = "3.0"
Expand All @@ -32,7 +32,7 @@ fxhash = "0.2.1"
lazy_static = "1.2"
pretty_assertions = "0.5.1"
quickcheck = "0.8.5"
rand = "0.6.5"
rand = "0.7"
is_sorted = "0.1"

[[bench]]
Expand Down

0 comments on commit c099c4a

Please sign in to comment.