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

Bump macro version to 1.35 #661

Closed paupino closed 1 month ago

paupino commented 1 month ago

Fixes #660

paupino commented 1 month ago

Hmm... Failure is from a dependent library here. Looking into this.

paupino commented 1 month ago

It looks like the error may be coming from the mysql dependency that diesel1 is using. It seems like I may need to hard deprecate it - but just seeing if there is any alternative.

paupino commented 1 month ago

This is a build only issue so I'm going to force this in and fix the dependecy issue separately