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

Prepare for releasing nydus-utils-v0.3 #488

Merged
merged 4 commits into from
Jun 13, 2022

Commits on Jun 12, 2022

  1. storage: update tokio to fix a bug in mpmc channel

    Update tokio to fix the bug:
    tokio-rs/tokio#4745
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    9555c29 View commit details
    Browse the repository at this point in the history
  2. storage: move API related unit test into nydus-api

    Move API related unit test into nydus-api.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    fcea786 View commit details
    Browse the repository at this point in the history
  3. uitl: move MPMC channenl implementation into nydus-util

    Move MPMC channenl implementation into nydus-util, so it could be reused
    later.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    42f7d24 View commit details
    Browse the repository at this point in the history
  4. util: prepare for releasing v0.3

    Prepare for release nydus-utils v0.3.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    334ac61 View commit details
    Browse the repository at this point in the history