Merge branch 'faster' into 'master'

build: Strip clap of optional features

See merge request Librem5/squeekboard!311
This commit is contained in:
Guido Gunther
2020-01-29 09:27:42 +00:00

View File

@ -4,7 +4,7 @@ version = "0.1.0"
[dependencies]
bitflags = "1.0.*"
clap = "2.32.*"
clap = { version = "2.32.*", default-features = false }
maplit = "1.0.*"
regex = "1.1.*"
serde = { version = "1.0.*", features = ["derive"] }