Updating to bingen v0.71.1 return an error regarding to proc-marco2 #3203
Unanswered
ifraixedes
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Can you provide I would do a I am trying to downgrade myself to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to update the uplink-sys to Bindgen
v0.71.1and I got the following errorAs far as I could see,
proc-marco2is installed with an older version of one that has that method available. I tried to update tov0.70.1and was fine.The only way I found to fix it was to add the
proc-macro2in thebuild-dependenciesalongside thebindgenone, however, I don't know if that's the solution or a workaround.I use Rust stable, and
uplink-syscrate doesn't have any explicit dependencies https://github.com/storj-thirdparty/uplink-rust/blob/main/uplink-sys/Cargo.toml#L24Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions