Skip to content

Commit

Permalink
Merge #560
Browse files Browse the repository at this point in the history
560: Remove explicit semver dependency r=therealprof a=dtolnay

This crate only uses semver transitively through the rustc_version crate. It does not need to directly depend on semver.

Co-authored-by: David Tolnay <dtolnay@gmail.com>
  • Loading branch information
bors[bot] and dtolnay authored Aug 28, 2021
2 parents 096c480 + 46cd94f commit d13df1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ home = "0.5"
lazy_static = "1.0"
libc = "0.2.101"
rustc_version = "0.2"
semver = "0.9"
toml = "0.5"
which = { version = "3.1.0", default_features = false }
shell-escape = "0.1.4"
Expand Down

0 comments on commit d13df1a

Please sign in to comment.