build: Update clap on newer Debian

This commit is contained in:
Dorota Czaplejewicz
2022-04-04 18:18:51 +00:00
parent 7c43528ebf
commit 1ccc663c48

View File

@ -1,7 +1,7 @@
# Dependencies which change based on build flags
# For the newer-than-Byzantium config
bitflags = "1.3.*"
clap = { version = "2.33.*", default-features = false }
clap = { version = "3.1.*", features=["std"], default-features = false }
[dependencies.cairo-rs]
version = "0.14.*"