-
Notifications
You must be signed in to change notification settings - Fork 136
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
Fix build error on latest nightly #186
Conversation
Maybe the same situation as #182? |
Signed-off-by: Joe Richey <joerichey@google.com>
The |
Crap, this didn't work, because Cargo.toml overrides don't work for Looks like this has to be force pulled (and we will have to push a new release). |
It seems like there is only one remaining |
One is probably going to be split out soonish. The interesting thing is that we only need the Trait bounds, but we don't need to actually call |
|
Interesting, thanks for the info! |
bisect: https://gist.github.com/50b4d25cbcd7f712a2253316ca76f1d9
I wonder why we have to add this crate attribute...