Fix schemas for bigdecimal/rust_decimal (#248)

Both of these crates serialise decimals as strings, not as plain numbers
This commit is contained in:
Graham Esau 2023-09-17 20:31:24 +01:00 committed by GitHub
parent a5e51b22b3
commit db1dd47039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 5 deletions

View file

@ -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