Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jpeg-decoder to 0.1.10 and disallow duplicate rayon versions again #14708

Merged
merged 1 commit into from Dec 24, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update jpeg-decoder to 0.1.10 and disallow duplicate rayon versions a…

…gain
  • Loading branch information
kaksmet committed Dec 24, 2016
commit d0df9281860d6c8148740070e9c32224674ac664

Some generated files are not rendered by default. Learn more.

@@ -11,7 +11,7 @@ lint-scripts = [

[ignore]
# Ignored packages with duplicated versions
packages = ["bitflags", "lazy_static", "semver", "rayon", "libloading"]
packages = ["bitflags", "lazy_static", "semver", "libloading"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.