Specify higher target-lexicon version (#4087)

This commit is contained in:
Bruno Kolenbrander 2024-04-17 03:07:11 +02:00 committed by GitHub
parent 03f59eaf45
commit 9761abf3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ edition = "2021"
[dependencies]
once_cell = "1"
python3-dll-a = { version = "0.2.6", optional = true }
target-lexicon = "0.12"
target-lexicon = "0.12.14"
[build-dependencies]
python3-dll-a = { version = "0.2.6", optional = true }
target-lexicon = "0.12"
target-lexicon = "0.12.14"
[features]
default = []