Update README.md (#2613)

Actually there is `rust_decimal` feature,  not just `decimal`
This commit is contained in:
Vabka 2023-07-15 00:30:11 +05:00 committed by GitHub
parent 66436565e8
commit 3268698f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ be removed in the future.
- `bigdecimal`: Add support for `NUMERIC` using the `bigdecimal` crate.
- `decimal`: Add support for `NUMERIC` using the `rust_decimal` crate.
- `rust_decimal`: Add support for `NUMERIC` using the `rust_decimal` crate.
- `ipnetwork`: Add support for `INET` and `CIDR` (in postgres) using the `ipnetwork` crate.