build: Remove regex crate

This commit is contained in:
Dorota Czaplejewicz
2021-12-05 17:18:50 +00:00
parent e1b3de9bf8
commit 8eb1c9b4a7
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# Dependencies which change based on build flags
bitflags = "1.0.*"
clap = { version = "2.32.*", default-features = false }
regex = { version = "1.1.*", default-features = false, features = ['use_std'] }
[dependencies.cairo-rs]
version = "0.5.*"