Merge branch 'clap' into 'master'

build: Update clap on newer Debian

See merge request World/Phosh/squeekboard!537
This commit is contained in:
dcz
2022-04-12 14:11:02 +00:00

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.*"