Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p authored Jul 12, 2024
1 parent a1cb54e commit 8ed7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "src/lib/lib.rs"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["derive", "wrap_help","cargo"] }
grangers = { git = "https://github.com/COMBINE-lab/grangers.git", branch="dev", version = "0.4.0" }
grangers = { git = "https://github.com/COMBINE-lab/grangers.git", branch="main", version = "0.4.0" }
polars = { version = "0.34.2", features = ["lazy","dataframe_arithmetic","sort_multiple", "checked_arithmetic","rows","dtype-struct", "dtype-categorical", "list_eval","concat_str", "strings"]}
peak_alloc = "0.2.0"
tracing = "0.1.40"
Expand Down

0 comments on commit 8ed7edc

Please sign in to comment.