fix: Make sure getting version fails if not all dirs were copied

This commit is contained in:
Gerald Pinder 2024-08-20 09:53:59 -04:00
parent e4ad31c047
commit f13b67637b
2 changed files with 6 additions and 2 deletions

View file

@ -48,3 +48,6 @@ workspace = true
[features]
sigstore = ["dep:tokio"]
[patch.crates-io]
sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git", rev = "3a804bff" }