build: Update clap on newer Debian
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# Dependencies which change based on build flags
|
# Dependencies which change based on build flags
|
||||||
# For the newer-than-Byzantium config
|
# For the newer-than-Byzantium config
|
||||||
bitflags = "1.3.*"
|
bitflags = "1.3.*"
|
||||||
clap = { version = "2.33.*", default-features = false }
|
clap = { version = "3.1.*", features=["std"], default-features = false }
|
||||||
|
|
||||||
[dependencies.cairo-rs]
|
[dependencies.cairo-rs]
|
||||||
version = "0.14.*"
|
version = "0.14.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user