You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the latest release of the libcprover-rust crate, the crates.io website doesn't render the documentation, claiming that the project doesn't contain a README.md file.
This is happening because our project contains a readme.md file instead.
The releases were being made from a MacOS machine up until now, which didn't make this a problem (because the OS X filesystem isn't case sensitive by default). Today, we experimentally did a release through a Linux machine, which is case sensitive, rendering this to be a problem.
We're going to fix this very soon, but in the meantime feel free to remedy the situation by:
Uh oh!
There was an error while loading. Please reload this page.
On the latest release of the
libcprover-rust
crate, the crates.io website doesn't render the documentation, claiming that the project doesn't contain aREADME.md
file.This is happening because our project contains a
readme.md
file instead.The releases were being made from a MacOS machine up until now, which didn't make this a problem (because the OS X filesystem isn't case sensitive by default). Today, we experimentally did a release through a Linux machine, which is case sensitive, rendering this to be a problem.
We're going to fix this very soon, but in the meantime feel free to remedy the situation by:
cargo doc
.The text was updated successfully, but these errors were encountered: