Specify higher target-lexicon version (#4087)
This commit is contained in:
parent
03f59eaf45
commit
9761abf3a5
|
@ -13,11 +13,11 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
python3-dll-a = { version = "0.2.6", optional = true }
|
python3-dll-a = { version = "0.2.6", optional = true }
|
||||||
target-lexicon = "0.12"
|
target-lexicon = "0.12.14"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
python3-dll-a = { version = "0.2.6", optional = true }
|
python3-dll-a = { version = "0.2.6", optional = true }
|
||||||
target-lexicon = "0.12"
|
target-lexicon = "0.12.14"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
Loading…
Reference in New Issue