Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Feb 15, 2022
1 parent 79bb818 commit 9faba27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ categories = ["command-line-utilities", "science"]

[dependencies]
# for release
libradicl = "0.4.3"
#libradicl = "0.4.3"
# for local development
# libradicl = { path = "libradicl", version = "0.4.3" }
libradicl = { path = "libradicl", version = "0.4.4" }
arrayvec = "0.7.2"
ahash = "0.7.6"
bincode = "1.3.3"
Expand All @@ -54,7 +54,7 @@ csv = "1.1.6"
mimalloc = { version = "0.1.26", default-features = false }
num-format = "0.4.0"
num_cpus = "1.13.0"
bio-types = "0.12.0"
bio-types = "0.12.1"
itertools = "0.10.1"
thiserror = "1.0.30"
quickersort = "3.0.1"
Expand Down
16 changes: 8 additions & 8 deletions libradicl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libradicl"
version = "0.4.3"
version = "0.4.4"
authors = ["Avi Srivastava <avi.srivastava@nyu.edu>", "Hirak Sarkar <hirak_sarkar@hms.harvard.edu>", "Dongze He <dhe17@umd.edu>", "Mohsen Zakeri <mzakeri@cs.umd.edu>", "Rob Patro <rob@cs.umd.edu>"]
edition = "2018"
description = "support library for alevin-fry"
Expand All @@ -21,21 +21,21 @@ categories = ["command-line-utilities", "science"]

[dependencies]
snap = "1"
scroll = "0.10.2"
scroll = "0.11.0"
num = "0.4.0"
ahash = "0.7.6"
slog = "2.7.0"
bstr = "0.2.17"
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }
csv = "1.1.6"
dashmap = "^4.0.2"
crossbeam-channel = "0.5.1"
bio-types = "0.12.0"
dashmap = "^5.1.0"
crossbeam-channel = "0.5.2"
bio-types = "0.12.1"
quickersort = "3.0.1"
needletail = "0.4.1"
flate2 = "1.0.22"
smallvec = "1.7.0"
serde_json = "1.0.68"
smallvec = "1.8.0"
serde_json = "1.0.79"
sprs = "0.11.0"
rust-htslib = { version = "0.38.2", default-features = false, features = ["bzip2", "lzma"] }
sce = { git = "https://github.com/parazodiac/SingleCellExperiment", version = "0.1.1" }
1 change: 1 addition & 0 deletions libradicl/src/rad_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub struct Chunk {
}

#[derive(Debug)]
#[allow(dead_code)]
pub struct CorrectedCbChunk {
pub(crate) remaining_records: u32,
pub(crate) corrected_bc: u64,
Expand Down

0 comments on commit 9faba27

Please sign in to comment.