-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build failure with v1.5.2: item not found in TypeParamBound
#319
Comments
@nategraf well, a it got an update in syn from https://docs.rs/syn/2.0.77/syn/enum.TypeParamBound.html to https://docs.rs/syn/2.0.87/syn/enum.TypeParamBound.html. it should not fail for but absolutely precisely and technically , yes, it's a omission/bug on if something else is limiting the maximum version for that can typically be figured out with |
Ah thank you. That is helpful. As you indicate, the This also provides enough info for us to work around the issue. We will specify |
This is a workaround for near/borsh-rs#319 Co-authored-by: Victor Graf <[email protected]>
This is a workaround for near/borsh-rs#319 --------- Co-authored-by: Victor Graf <[email protected]>
Hi team, I use
borsh-derive
as a dependency in my project and got this build error this morning. I'll get some more information and try to get a smaller reproduction case.The text was updated successfully, but these errors were encountered: