-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Example code in the README does not compile #544
Comments
Tested on latest version |
The README seems up to date for |
Oh, i think i saw |
I see this issue in 1.3.3 and yes using the rc release fixes it, but when will it make it into stable release i.e. 1.3.4? Item was closed may of 2022. |
Tracking issue for the 2.0 release: #674 |
I was trying the Example in the README. And I'm getting the following errors:
bincode::Decode
,bincode::Encode
standard
in moduleconfig
decode_from_slice
in cratebincode
I added
bincode = "1.3.3"
in[dependencies]
section.Any ideas? 🤔
The text was updated successfully, but these errors were encountered: