Update Rust crate bincode to v2.0.0 #115
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/bincode-2.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.0.0-rc.3->2.0.0Release Notes
bincode-org/bincode (bincode)
v2.0.0Compare Source
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
no_stdsupportWhat's Changed since 1.3.1
WithOtherTrailingandWithOtherIntEncodingby @luben in https://github.com/bincode-org/bincode/pull/342decode_from_slicealso return the number of bytes read by @VictorKoenders in https://github.com/bincode-org/bincode/pull/445Configurationfunctionsconstby @Popog in https://github.com/bincode-org/bincode/pull/456additionalto theUnexpectedEnddecode error by @VictorKoenders in https://github.com/bincode-org/bincode/pull/522std::error::Error::sourceby @VictorKoenders in https://github.com/bincode-org/bincode/pull/530DecodeErrorfrom 48 to 32 bytes on 64-bit arch by @maciejhirsz in https://github.com/bincode-org/bincode/pull/553DecodeforBox<str>by @SabrinaJewson in https://github.com/bincode-org/bincode/pull/562peek_readtake&mut selfby @VictorKoenders in https://github.com/bincode-org/bincode/pull/572DeserializeSeedby @MrGVSV in https://github.com/bincode-org/bincode/pull/586[serde(tag)]to the list of tags that are known to give issues by @VictorKoenders in https://github.com/bincode-org/bincode/pull/584virtueto 0.0.9 and add test for #537 by @trevyn in https://github.com/bincode-org/bincode/pull/591target/generated/bincodeby @trevyn in https://github.com/bincode-org/bincode/pull/600Option<T>encoding by @mkeeter in https://github.com/bincode-org/bincode/pull/702CompatandBorrowCompatby @skibon02 in https://github.com/bincode-org/bincode/pull/734serde::SerializerandDeserializerby @fjarri in https://github.com/bincode-org/bincode/pull/729New Contributors
Full Changelog: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.