Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serde.rs: str_option: Fix type infer error (#670)
This error is caused by latest `arrayvec` crate which now implements 2 different versions `AsRef` traits.
- Loading branch information
f31e85a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most recently released rust_decimal crate on crates.io (v1.35.0) is currently broken. This commit fixes the issue.
Can you release a new crate that includes this commit? At the moment, any projects that depend on rust_decimal are failing to compile.