deps: remove unused regex dependency from root crate
This commit is contained in:
parent
ceddf34b2e
commit
438877380a
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ path = "src/driver.rs"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
regex = "1"
|
|
||||||
semver = "0.9"
|
semver = "0.9"
|
||||||
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
|
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
|
||||||
tempfile = { version = "3.1.0", optional = true }
|
tempfile = { version = "3.1.0", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue