-
Notifications
You must be signed in to change notification settings - Fork 480
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
Limit lazy_static version #429
Limit lazy_static version #429
Conversation
Due to its relative urgency, I'm self-approving it. bors r+ |
Canceled |
bors retry |
Build failed |
@@ -32,7 +32,7 @@ std = [ | |||
alloc = ["crossbeam-epoch/alloc", "crossbeam-utils/alloc"] | |||
|
|||
[dependencies] | |||
cfg-if = "0.1.2" | |||
cfg-if = "~0.1.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I prefer to downgrade the dependency version with ci instead of limiting the version. (rayon did it before.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taiki-e Would you be willing to submit a PR taking a similar strategy as in Rayon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing. Dependency version will be handled in #428. |
Closes #412
It's necessary to accept #428, which is fixing a breakage of Rust ecosystems...