Skip to content
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

Bump zerocopy crate to the lastest version #168

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Bump zerocopy crate to the lastest version #168

merged 2 commits into from
Oct 11, 2024

Commits on Oct 7, 2024

  1. build(deps): update zerocopy requirement from 0.7 to 0.8

    Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version.
    - [Release notes](https://github.com/google/zerocopy/releases)
    - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
    - [Commits](google/zerocopy@v0.7.0...v0.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: zerocopy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5c681b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. mshv-bindings: Adapt to the latest version of zerocopy

    Few APIs of zerocopy trait are chagned and we need to adapt accordingly.
    
    Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
    jinankjain authored and Jinank Jain committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2e72805 View commit details
    Browse the repository at this point in the history