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

Diesel1 feature is breaking the build #662

Closed paupino closed 1 month ago

paupino commented 1 month ago

Diesel1 is breaking the build with an old version of bindgen being linked. We should consider either deprecating the feature or overloading the downstream dependency.