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

lint: fix lint error of chrono and tokio #334

Closed Xynnn007 closed 3 months ago

Xynnn007 commented 3 months ago

Summary

This PR mainly fixes the lint error of new chrono 0.4.35 who brings some breakthrough APIs.

Also, a dev-dependency of tokio with feature rt-multi-thread and rt is added to make the examples builtable.