Skip to content
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

bump rustler to 0.35.0 failed #68

Open
takasehideki opened this issue Nov 2, 2024 · 1 comment
Open

bump rustler to 0.35.0 failed #68

takasehideki opened this issue Nov 2, 2024 · 1 comment

Comments

@takasehideki
Copy link
Contributor

We have been slacking a lot on updating our dependent library packages/libraries, so I have been working on this with the help of dependabot. Also, I have added cargo packages as the target to be updated automatically by dependabot (see #62). This will also work fine for proper correspondence between mix and cargo.

As a result, #67 tries to bump rustler in Cargo.toml significantly, from 0.32.1 to 0.35.0.
This has led to the discovery of issues whereby existing sources cannot be built. We need to look step by step to see what the cause is.

Related info:
https://hexdocs.pm/rustler/upgrade.html#content

@takasehideki
Copy link
Contributor Author

#69 has bumped Rustler to 0.34.0, not 0.35.0. IOW, this issue was not resolved.
We found that Rustler 0.35.0 with Zenoh 0.11.0 caused many inexplicable compile errors. I guess that these are probably due to that the transition from async-std to Tokio was not yet complete in Zenoh 0.11.0. I have experimentally tried Zenoh 1.0 along with Rustler 0.35.0; most of the errors seemed not appear at that time (although many other compile errors happened, so we will have to work on resolving them).

Therefore, we will try to bump Zenoh to 1.0 first, and then tackle this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant