Update README.md

This commit is contained in:
Imbolc 2021-02-19 08:17:40 +03:00 committed by Ryan Leckey
parent cded993246
commit 98812561f6

View file

@ -152,7 +152,7 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] }
- `chrono`: Add support for date and time types from `chrono`.
- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, which is prefered by `query!` macro, if both enabled)
- `time`: Add support for date and time types from `time` crate (alternative to `chrono`, which is preferred by `query!` macro, if both enabled)
- `bstr`: Add support for `bstr::BString`.