oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

client is now clonable and can be used in concurrent manner #109

Closed aviramha closed 5 months ago

aviramha commented 5 months ago

Hey all! Thanks for the great crate. I'm starting a new project that relies heavily on it, and noticed that Client isn't Clone for no apparent reason - adding it is easy and enables users to concurrently work with it ;)

flavio commented 5 months ago

@aviramha can you please address the unit test failure?

aviramha commented 5 months ago

Just did!

flavio commented 5 months ago

@aviramha: merged, can you please rebase your other PRs no that this is inside of the main branch?