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

Limit lazy_static version #429

Closed

Conversation

jeehoonkang
Copy link
Contributor

Closes #412

It's necessary to accept #428, which is fixing a breakage of Rust ecosystems...

@jeehoonkang
Copy link
Contributor Author

Due to its relative urgency, I'm self-approving it.

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 15, 2019

Canceled

@jeehoonkang
Copy link
Contributor Author

bors retry

bors bot added a commit that referenced this pull request Oct 15, 2019
429: Limit lazy_static version r=jeehoonkang a=jeehoonkang

Closes #412 

It's necessary to accept #428, which is fixing a breakage of Rust ecosystems...

Co-authored-by: Jeehoon Kang <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 15, 2019

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"
Copy link
Member

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.)

Copy link

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second commit of #428 is doing that: b2e6cf8

@jeehoonkang
Copy link
Contributor Author

Closing. Dependency version will be handled in #428.

exrook pushed a commit to exrook/crossbeam that referenced this pull request Oct 7, 2020
@jeehoonkang jeehoonkang deleted the fix-lazy-static-dependency branch January 15, 2021 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

CI fails with unresolved import self::std::hint`
2 participants