Skip to content

Commit

Permalink
Add 'semver' crate to mismatched version whitelist.
Browse files Browse the repository at this point in the history
clippy uses semver==0.2.x

rustc-version uses semver==0.1.x

djc/rustc-version-rs#5
  • Loading branch information
frewsxcv committed Nov 8, 2016
1 parent 04df787 commit fa8e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo-tidy.toml
Expand Up @@ -8,7 +8,7 @@ check-ordered-json-keys = [

[ignore]
# Ignored packages with duplicated versions
packages = ["bitflags", "lazy_static"]
packages = ["bitflags", "lazy_static", "semver"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup
Expand Down

0 comments on commit fa8e6c1

Please sign in to comment.