sigstore / sigstore-rs

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

cosign client builder cannot build without tuf feature #318

Closed mythi closed 3 months ago

mythi commented 6 months ago

Description

when moving to v0.8.0, we had to enable tuf due to:

24 | use crate::tuf::Repository;
   |            ^^^ could not find `tuf` in the crate root

I believe cosign-*-tls would have to enable tuf by default?

Version v0.8.0