deps: remove unused regex dependency from root crate

This commit is contained in:
Matthias Krüger 2020-05-09 01:27:30 +02:00
parent ceddf34b2e
commit 438877380a
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ path = "src/driver.rs"
# begin automatic update
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
# end automatic update
regex = "1"
semver = "0.9"
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
tempfile = { version = "3.1.0", optional = true }