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

Can't use bincode 1.3 with Yew #1352

Closed
joonazan opened this issue Jun 28, 2020 · 2 comments
Closed

Can't use bincode 1.3 with Yew #1352

joonazan opened this issue Jun 28, 2020 · 2 comments
Labels

Comments

@joonazan
Copy link

I want to use bincode 1.3 because it can be used with serde_transcode unlike the earlier versions but I can't as Yew uses bincode 1.2.1.

What is bincode used for in Yew? If it can't be disabled, it would be nice to get a release using the newer version.

@joonazan joonazan added the bug label Jun 28, 2020
@jstarry
Copy link
Member

jstarry commented Jun 28, 2020

It's used for serializing messages to web worker agents.

Sure thing, if you have time to update the version in a PR, I'd be happy to put it in the next release

@jstarry
Copy link
Member

jstarry commented Jul 4, 2020

Resolved by #1349

@jstarry jstarry closed this as completed Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants