Open
Conversation
3bbad21 to
0146f45
Compare
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:
779680d→e18b497v7.5.0→v7.61.4.0→1.5.00.1.15→=0.1.151.9.0→1.11.00.4.0→0.5.00.8.31→0.8.48Release Notes
astral-sh/setup-uv (astral-sh/setup-uv)
v7.6Compare Source
v7.6.0: 🌈 Fetch uv from Astral's mirror by defaultCompare Source
Changes
We now default to download uv from
releases.astral.sh.This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more.
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
auguwu/clippy-action (auguwu/clippy-action)
v1.5.0Compare Source
It has been a while, huh?~
Well, I upgraded all the dependencies and fix testing, everything else should just work. hopefully~
Full Changelog: auguwu/clippy-action@1.4.0...1.5.0
proptest-rs/proptest (proptest)
v1.11.0Compare Source
v1.10.0Compare Source
CarlKCarlK/range-set-blaze (range-set-blaze)
v0.5.0Compare Source
Changed
constraints on impls/usage sites where needed.
Breaking
AssumeSortedStartsandAssumePrioritySortedStartsMapnow take fewer generic parameters.AssumeSortedStarts<T, I>->AssumeSortedStarts<I>AssumePrioritySortedStartsMap<T, VR, I>->AssumePrioritySortedStartsMap<I>AssumeSortedStarts::new(iter)andAssumePrioritySortedStartsMap::new(iter)are typically unchanged due to inference; explicittype aliases/annotations may need updates.
v0.4.4Compare Source
v0.4.3Compare Source
v0.4.2Compare Source
google/zerocopy (zerocopy)
v0.8.48Compare Source
v0.8.47Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.46...v0.8.47
v0.8.46Compare Source
What's Changed
IntoBytesby @jswrenn in #3109SplitAtandSplitby @jswrenn in #3111Full Changelog: google/zerocopy@v0.8.45...v0.8.46
v0.8.45Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.44...v0.8.45
v0.8.44Compare Source
What's Changed
rustupoutput was piped tojqby @joshlf in #3117Full Changelog: google/zerocopy@v0.8.43...v0.8.44
v0.8.43Compare Source
What's Changed
yqandjqby @joshlf in #3104Full Changelog: google/zerocopy@v0.8.42...v0.8.43
v0.8.42Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.41...v0.8.42
v0.8.41Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.40...v0.8.41
v0.8.40Compare Source
What's Changed
derive(IntoBytes)by @jswrenn in #3064Full Changelog: google/zerocopy@v0.8.39...v0.8.40
v0.8.39Compare Source
What's Changed
#[zerocopy(on_error = skip/fail)]by @joshlf in #2982Full Changelog: google/zerocopy@v0.8.38...v0.8.39
v0.8.38Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.37...v0.8.38
v0.8.37Compare Source
What's Changed
transmute_mut!by @joshlf in #2951transmute_{ref,mut}!by @joshlf in #2943try_transmute_{ref,mut}!by @joshlf in #2944Full Changelog: google/zerocopy@v0.8.36...v0.8.37
v0.8.36Compare Source
What's Changed
Ptr::try_withby @joshlf in #2946try_cast_into_no_leftoverby @joshlf in #2937Full Changelog: google/zerocopy@v0.8.35...v0.8.36
v0.8.35Compare Source
What's Changed
SizeEqsuper-trait bound by @joshlf in #2920SizeEqimpls by @joshlf in #2922ProjectFieldtrait by @jswrenn in #2886unsafe_with_size_eq!withtransmute_withby @joshlf in #2923ReadOnly<T>which is unconditionallyImmutableby @joshlf in #2866TryTransmuteFromPtrparams by @joshlf in #2921ReadOnlyinTryFromBytes::is_bit_validby @joshlf in #2873TryFromByteson non-Immutableunions by @joshlf in #2876usemore items to make code more concise by @joshlf in #2942try_transmute!(and friends) internals by @joshlf in #2938Full Changelog: google/zerocopy@v0.8.34...v0.8.35
v0.8.34Compare Source
What's Changed
HasField::projecttoHasField::project_rawby @jswrenn in #2884HasField::project_innerby @jswrenn in #2885core_reexportpath generation by @joshlf in #2899rm Cargo.lockby @joshlf in #2916New Contributors
Full Changelog: google/zerocopy@v0.8.33...v0.8.34
v0.8.33Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.32...v0.8.33
v0.8.32Compare Source
What's Changed
private_boundslint inKnownLayoutderive by @google-labs-jules[bot] in #2791HasFieldtrait by @jswrenn in #2842HasField::project; simplifyis_bit_validby @jswrenn in #2843Fieldtrait by @joshlf in #2865New Contributors
Full Changelog: google/zerocopy@v0.8.31...v0.8.32
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.