camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

Publish the 0.5.1 #209

Open aknarts opened 3 years ago

aknarts commented 3 years ago

Hello,

the version 0.5.0 uses tokio 0.2 which is an issue if you want to use a 1.0 version of tokio in your application, this is fixed in the 0.5.1 version(master) but that has sadly not been published yet.

Will be using git version of this till that gets published

luizribeiro commented 2 years ago

Are there any issues which are preventing us from publishing 0.5.1?

vrutkovs commented 2 years ago

I'd rather go with 0.6.0 straight, especially if/when https://github.com/camallo/dkregistry-rs/pull/232 and https://github.com/camallo/dkregistry-rs/pull/224 get merged.

Currently biggest issue is probably deciding on MSRV and fixing tests for PRs

danielecr commented 1 year ago

@vrutkovs now I see both merged, any updates? There is plan for 0.6.0?