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

Fix warnings from old dependencies. #10435

Merged
merged 4 commits into from Apr 7, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove gl_generator version exception.

  • Loading branch information
jdm committed Apr 7, 2016
commit 7b9a7bdaeca8abe74be5d45352a1ed8d36c34811
@@ -220,7 +220,7 @@ def find_reverse_dependencies(dependency, version, content):
raise StopIteration

# package names to be neglected (as named by cargo)
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder", "uuid"]
exceptions = ["bitflags", "xml-rs", "byteorder", "uuid"]

import toml
content = toml.loads(contents)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.