fix dependency versions
This commit is contained in:
parent
bef5aee559
commit
3617d54c5f
@ -10,14 +10,14 @@ description = "Parsing library for YTBN-Graphing-Software"
|
|||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
phf = "0.10.1"
|
phf = "0.10"
|
||||||
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
|
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
|
||||||
"partial",
|
"partial",
|
||||||
] }
|
] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
phf_codegen = "0.10.0"
|
phf_codegen = "0.10"
|
||||||
|
|
||||||
[package.metadata.cargo-all-features]
|
[package.metadata.cargo-all-features]
|
||||||
skip_optional_dependencies = true #don't test optional dependencies, only features
|
skip_optional_dependencies = true #don't test optional dependencies, only features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user