paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
972 stars 177 forks source link

rust_decimal_macros 1.35.0 not on crates.io (Or: Error in Documentation) #660

Closed the-kenny closed 1 month ago

the-kenny commented 1 month ago

Newest version of rust_decimal_macros on crates.io is 1.34.2, but the documentation explicitly uses 1.35.

As rust_decimal_macros-1.34.2 seems to work fine with rust_decimal-1.35.0 I see two solutions:

paupino commented 1 month ago

Oof, sorry about that. Since 1.34.2 == 1.35.0 (code speaking) I didn't release it, however the release scripts auto update the readme docs to be consistent.

Rather than fix the documentation, I'm going to publish 1.35.0 of macros - I have a fix building which I'll merge/publish shortly.

paupino commented 1 month ago

This has now been published: https://crates.io/crates/rust_decimal_macros/1.35.0