nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.
Apache License 2.0
980 stars 159 forks source link

Fix docs.rs build #1259

Closed Jarema closed 1 month ago

Jarema commented 1 month ago

The docs.rs build is failing because of the fact, that the fips dependency while compiling, tries to write some files, which is not allowed in read-only docs.rs environment.