tialaramex / misfortunate

Perverse implementations of safe Rust traits
9 stars 0 forks source link

Update crates.io and docs.rs #2

Open danya02 opened 1 month ago

danya02 commented 1 month ago

At time of writing, the version published on crates.io and docs.rs is 1.0.0, but the repo's Cargo.toml says 1.2.0. You may have forgotten to press cargo publish.

Also, there's some changes on the repo that are newer than the Cargo.toml changes. While I don't have a particular need for them right now, I think it might be a good idea to publish a release for those as well.

Perhaps set up a Github Action to publish a release whenever the version field on Cargo.toml changes?