Skip to content

Commit

Permalink
deps: remove unused regex dependency from root crate
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed May 8, 2020
1 parent ceddf34 commit 4388773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4388773

Please sign in to comment.