oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

fix: bring back workaround for rustc #95

Closed flavio closed 11 months ago

flavio commented 11 months ago

Bring back the workaround required to circumvent https://github.com/rust-lang/rust/issues/104382

This was accidentally removed with 1c511f28c3338683162cb1f20ef218beb814ac65

CC @linyinfeng

flavio commented 11 months ago

@linyinfeng can you please verify the fix? :pray:

linyinfeng commented 11 months ago

@linyinfeng can you please verify the fix? 🙏

Yes, this fixes compilation of my project. Thank you!