nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.
Apache License 2.0
1.04k stars 164 forks source link

docs.rs build broken #1257

Closed jaskij closed 4 months ago

jaskij commented 4 months ago

Observed behavior

image

Expected behavior

Working documentation at docs.rs

Server and client version

async-nats 0.35

Host environment

n/a

Steps to reproduce

Visit https://docs.rs/crate/async-nats/latest

Jarema commented 4 months ago

Thanks for the report. I think it's because of aws lcs fips trying to create cache during the build. Working on it.

Jarema commented 4 months ago

Released v0.35.1 which fixes the issue.