Merged
Conversation
Member
|
I ran the cpython benchmark and the wall time remains unchanged. |
Contributor
|
dcreager
added a commit
that referenced
this pull request
May 19, 2025
* origin/main: (25 commits) Cargo update (#18191) Update NPM Development dependencies (#18187) Update Rust crate bincode to v2 (#18188) Update astral-sh/setup-uv action to v6 (#18184) Update dependency react-resizable-panels to v3 (#18185) Update dependency ruff to v0.11.10 (#18171) Update pre-commit dependencies (#18172) Update docker/build-push-action action to v6.17.0 (#18174) Update uraimo/run-on-arch-action action to v3 (#18190) Update docker/metadata-action action to v5.7.0 (#18175) Update docker/setup-buildx-action action to v3.10.0 (#18176) Update taiki-e/install-action action to v2.51.2 (#18183) Update extractions/setup-just action to v3 (#18186) Update Rust crate jod-thread to v1 (#18189) Update Rust crate insta to v1.43.1 (#18180) Update dependency pyodide to v0.27.6 (#18170) Update react monorepo to v19.1.0 (#18178) Update taiki-e/install-action digest to 941e8a4 (#18168) Update peter-evans/find-comment action to v3.1.0 (#18177) Update cargo-bins/cargo-binstall action to v1.12.5 (#18169) ...
dcreager
added a commit
that referenced
this pull request
May 19, 2025
…rals * origin/main: (62 commits) Cargo update (#18191) Update NPM Development dependencies (#18187) Update Rust crate bincode to v2 (#18188) Update astral-sh/setup-uv action to v6 (#18184) Update dependency react-resizable-panels to v3 (#18185) Update dependency ruff to v0.11.10 (#18171) Update pre-commit dependencies (#18172) Update docker/build-push-action action to v6.17.0 (#18174) Update uraimo/run-on-arch-action action to v3 (#18190) Update docker/metadata-action action to v5.7.0 (#18175) Update docker/setup-buildx-action action to v3.10.0 (#18176) Update taiki-e/install-action action to v2.51.2 (#18183) Update extractions/setup-just action to v3 (#18186) Update Rust crate jod-thread to v1 (#18189) Update Rust crate insta to v1.43.1 (#18180) Update dependency pyodide to v0.27.6 (#18170) Update react monorepo to v19.1.0 (#18178) Update taiki-e/install-action digest to 941e8a4 (#18168) Update peter-evans/find-comment action to v3.1.0 (#18177) Update cargo-bins/cargo-binstall action to v1.12.5 (#18169) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.3->2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release 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 - "before 4am on Monday" (UTC), 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.