Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
govinda-kamath authored Nov 13, 2024
1 parent e36648b commit 77b66fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ phylogeny = ["petgraph"]
[dependencies]
serde = { version = "^1", optional = true, features=["derive"] }
clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
thiserror = "1"
thiserror = ">=1, <3"
regex = "1.10"
lazy_static = "1.5"
derive-new = "0.6"
derive-new = ">=0.6, <0.8"
petgraph = { version = ">=0.5, <0.7", optional = true }
strum_macros = ">=0.20, <0.27"

0 comments on commit 77b66fe

Please sign in to comment.