Fix schemas for bigdecimal/rust_decimal (#248)
Both of these crates serialise decimals as strings, not as plain numbers
This commit is contained in:
parent
a5e51b22b3
commit
db1dd47039
5 changed files with 34 additions and 5 deletions
|
@ -120,5 +120,9 @@ required-features = ["smol_str"]
|
|||
name = "semver"
|
||||
required-features = ["semver"]
|
||||
|
||||
[[test]]
|
||||
name = "decimal"
|
||||
required-features = ["rust_decimal", "bigdecimal"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue