-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 Rust support after recent changes #898
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Any chance to have this merged tomorrow morning? I'd like to make a release for Node and I assume we need another one for Rust. |
It is just the comments that are left. I'll try to write some within next few hours. |
I'll merge. Thanks for this. |
3.6.10 released |
Rust 0.11.0 is out too |
First commit restores code unnecessarily removed in #893 without which Rust can't send anything to worker.
Second commit fixes Rust support after #893, there I had to change how requests and notifications look like a bit, as the result we have less code and it is a bit cleaner.
Third commit updates dump data structure and tests according to changes in #894.
Last commit bumps versions, dependencies and updates changelog so we can publish it.