-
Notifications
You must be signed in to change notification settings - Fork 474
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
Change crossbeam-channel's license to MIT OR Apache-2.0 #537
Conversation
The CI doesn't provide much information about the failing tests. They had been pending for a long long time so I suppose the backlog was just canceled/timed-out at some point. |
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.
Thanks!
Published a new patch version of crossbeam-channel that includes this PR. |
Thanks a lot ! |
Hm, the Either way, I think we need to create the UPDATE: filed #557 |
Published crossbeam-channel v0.4.4, and yanked crossbeam-channel v0.4.3. |
556: Improve docs for crossbeam-utils r=stjepang a=taiki-e * Document some panics and errors * Use intra-doc links * Minor doc improvements 558: Update changelog r=taiki-e a=taiki-e See #537 (comment) and #557 for the context. The actual code for these releases is in the [`v0.7`](https://github.com/crossbeam-rs/crossbeam/tree/v0.7) branch. Co-authored-by: Taiki Endo <[email protected]>
The BSD-2-Clause license is not listed upstream since this change: crossbeam-rs/crossbeam#537 Signed-off-by: Ben Cressey <[email protected]>
The BSD-2-Clause license is not listed upstream since this change: crossbeam-rs/crossbeam#537 Signed-off-by: Ben Cressey <[email protected]>
Fixes #536
Was there breaking changes since the last published versions? it looks like it was 5 months ago so it sounds likely. If so I suspect you'll want to wait for other potential changes before making a
0.5
release, would it be possible to create a 0.4 branch and change publish the license update there on top of0.4.2
's revision?That would allow me to use crossbeam-channel in WebRender.