Auto merge of #10688 - klensy:no-semver, r=flip1995

clippy: drop unused semver crate

Drop unused `semver` crate dependency.

changelog: none
This commit is contained in:
bors 2023-04-23 10:00:44 +00:00
commit 9a337784c6

View File

@ -22,7 +22,6 @@ path = "src/driver.rs"
[dependencies]
clippy_lints = { path = "clippy_lints" }
semver = "1.0"
rustc_tools_util = "0.3.0"
tempfile = { version = "3.2", optional = true }
termize = "0.1"