-
Notifications
You must be signed in to change notification settings - Fork 1.1k
OLD: Update Rust crate bincode to v2 #7615
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
Conversation
|
|
It is but we're working hard to port forward. It will be a couple more weeks at this pace...we're doing gnarly untyped memory stuff. If you could hold off that would be great! If not I understand. |
|
Oh a couple weeks that's great! When I saw "patches on rustc" I was thinking months to years lol No rush at all! What issue should I follow until we're unblocked? Rust-GPU/rust-gpu#182? Closing this as blocked. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
|
Thanks! |
|
@cwfitzgerald even though that issue isn't closed, rust-gpu updated to a newer rust version in Rust-GPU/rust-gpu#320 |
|
Amazing stuff! I'll also put a backlink to the current rust-gpu rustc version so when we bump versions we don't cause issues :) |
This PR contains the following updates:
1->2Release Notes
bincode-org/bincode (bincode)
v2.0.1Compare Source
What's Changed
Errpollutes scope by @ZoeyR in https://github.com/bincode-org/bincode/pull/758New Contributors
Full Changelog: bincode-org/bincode@v2.0.0...v2.0.1
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: bincode-org/bincode@v1.3.1...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.