-
Notifications
You must be signed in to change notification settings - Fork 13.3k
update hashbrown #118546
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 hashbrown #118546
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
I have added "BSD-2-Clause OR Apache-2.0 OR MIT" as an allowed license, seeing as the usual "Apache-2.0 OR MIT" is a part of the list of possible licensing options here. |
@bors r+ rollup=never |
update hashbrown I had to also pull in an updated syn to make that work, and then cargo pulled in some more package updates. r? `@Amanieu`
💔 Test failed - checks-actions |
@bors retry failed to remove file |
☀️ Test successful - checks-actions |
Finished benchmarking commit (7ceaf19): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 672.762s -> 672.558s (-0.03%) |
Puzzling why this fails, seeing that zerocopy and zerocopy-derive are deps (see rust-lang/rust#118546)
I had to also pull in an updated syn to make that work, and then cargo pulled in some more package updates.
r? @Amanieu