sigstore / sigstore-rs

An experimental Rust crate for sigstore
https://sigstore.github.io/sigstore-rs/sigstore/
Apache License 2.0
164 stars 51 forks source link

remove async from trustroot trait #350

Closed flavio closed 5 months ago

flavio commented 5 months ago

Note: this PR builds on top of https://github.com/sigstore/sigstore-rs/pull/348 and https://github.com/sigstore/sigstore-rs/pull/349. I'll rebase it once those are merged.

This PR makes the methods defined inside of the sigstore::trust::TrustRoot trait non-async. This fixes https://github.com/sigstore/sigstore-rs/issues/346

flavio commented 5 months ago

Closing, this is done as part of https://github.com/sigstore/sigstore-rs/pull/311