giovanniberti / robusta

Easy interop between Rust and Java
MIT License
335 stars 16 forks source link

Update syn and darling dependencies #42

Closed EliseChouleur closed 9 months ago

Skaldebane commented 11 months ago

Tried using this branch, it fails with multiple errors beyond my understanding 😅

I think for now updating darling initially (as proposed in #31) is a good start.

EliseChouleur commented 11 months ago

Tried using this branch, it fails with multiple errors beyond my understanding 😅

I think for now updating darling initially (as proposed in #31) is a good start.

Interesting ! I woulb be interested by the failures you have if you can send it to me. The update to 0.14.4 is already merged, this one is to update even further. Did you check on master ?

Skaldebane commented 11 months ago

@EliseChouleur I mean build failures by the way, mostly coming from the codegen module, related to using non-existent syn structs and functions iirc (I forgot the details)

I'll try it out from master and reply with the results!