Skip to content

Commit e502e1b

Browse files
Update Cargo.toml (#130)
1 parent e36648b commit e502e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ phylogeny = ["petgraph"]
1818
[dependencies]
1919
serde = { version = "^1", optional = true, features=["derive"] }
2020
clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
21-
thiserror = "1"
21+
thiserror = ">=1, <3"
2222
regex = "1.10"
2323
lazy_static = "1.5"
24-
derive-new = "0.6"
24+
derive-new = ">=0.6, <0.8"
2525
petgraph = { version = ">=0.5, <0.7", optional = true }
2626
strum_macros = ">=0.20, <0.27"

0 commit comments

Comments
 (0)