Skip to content

Commit

Permalink
use crates.io version of sce
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed May 5, 2022
1 parent 1698f5a commit 81a13e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rust-htslib = { version = "0.38.2", default-features = false, features = [
"bzip2",
"lzma",
] }
sce = { git = "https://github.com/parazodiac/SingleCellExperiment", version = "0.1.1" }
sce = "0.1.1"

clap = { version = ">=3.1.0", features = ["derive", "wrap_help", "cargo"] }

Expand Down
2 changes: 1 addition & 1 deletion libradicl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ rust-htslib = { version = "0.38.2", default-features = false, features = [
"bzip2",
"lzma",
] }
sce = { git = "https://github.com/parazodiac/SingleCellExperiment", version = "0.1.1" }
sce = "0.1.1"

0 comments on commit 81a13e0

Please sign in to comment.