We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36648b commit e502e1bCopy full SHA for e502e1b
Cargo.toml
@@ -18,9 +18,9 @@ phylogeny = ["petgraph"]
18
[dependencies]
19
serde = { version = "^1", optional = true, features=["derive"] }
20
clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
21
-thiserror = "1"
+thiserror = ">=1, <3"
22
regex = "1.10"
23
lazy_static = "1.5"
24
-derive-new = "0.6"
+derive-new = ">=0.6, <0.8"
25
petgraph = { version = ">=0.5, <0.7", optional = true }
26
strum_macros = ">=0.20, <0.27"
0 commit comments