diff --git a/Cargo.lock b/Cargo.lock index 18cf487..01d1bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,8 +823,8 @@ dependencies = [ [[package]] name = "libradicl" -version = "0.9.1" -source = "git+https://github.com/COMBINE-lab/libradicl?branch=develop#5dea2f8f2fc15bf79d3f873066c9bf29595c7820" +version = "0.10.0" +source = "git+https://github.com/COMBINE-lab/libradicl?branch=develop#07d42bedf341f43d9388e27dab3eb370589389ab" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0319f12..122a1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,13 @@ keywords = [ "RNA-seq", "ATAC-seq", "single-nucleus", - "RNA-velocity", ] categories = ["command-line-utilities", "science"] [dependencies] # for local development, look in the libradicl git repository # but when published, pull the specified version -libradicl = { git = "https://github.com/COMBINE-lab/libradicl", branch = "develop", version = "0.9.1" } +libradicl = { git = "https://github.com/COMBINE-lab/libradicl", branch = "develop", version = "0.10.0" } anyhow = "1.0.86" arrayvec = "0.7.4" ahash = "0.8.11" @@ -106,7 +105,11 @@ ci = "github" # The installers to generate for each app installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] +targets = [ + "aarch64-apple-darwin", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", +] # Which actions to run on pull requests pr-run-mode = "plan" # Path that installers should place binaries in