-
Notifications
You must be signed in to change notification settings - Fork 257
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
More crate updates #127
More crate updates #127
Conversation
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
======================================
Coverage 56.2% 56.2%
======================================
Files 43 43
Lines 6120 6120
======================================
Hits 3440 3440
Misses 2680 2680
Continue to review full report at Codecov.
|
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "crossbeam" | ||
version = "0.3.2" | ||
version = "0.7.2" |
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.
It'd be nice to see if we can rely on just one of these subcrates of crossbeam rather than crossbeam
and all of these other crates. (Not blocking.)
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.
utACK
Includes a fix for a
bellman
compile bug introduced in #104.