Closed the-kenny closed 4 months 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.
This has now been published: https://crates.io/crates/rust_decimal_macros/1.35.0
Newest version of
rust_decimal_macros
on crates.io is1.34.2
, but the documentation explicitly uses1.35
.As
rust_decimal_macros-1.34.2
seems to work fine withrust_decimal-1.35.0
I see two solutions:rust_decimal_macros-1.35.0
to sync versionsrust_decimal_macros = "1.35"
in[dependencies]