Skip to content

Commit a2aacae

Browse files
committed
Readme
1 parent 7bf9980 commit a2aacae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Async support: `thread-safe` (use `Arc` inplace of `Rc`)
4949
SQL engine: `backend-mysql`, `backend-postgres`, `backend-sqlite`
5050

5151
Type support: `with-chrono`, `with-time`, `with-json`, `with-rust_decimal`, `with-bigdecimal`, `with-uuid`,
52-
`with-ipnetwork`, `with-mac_address`, `postgres-array`, `postgres-interval`
52+
`with-ipnetwork`, `with-mac_address`, `postgres-array`, `postgres-interval`, `postgres-vector`
5353

5454
## Usage
5555

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//! SQL engine: `backend-mysql`, `backend-postgres`, `backend-sqlite`
5353
//!
5454
//! Type support: `with-chrono`, `with-time`, `with-json`, `with-rust_decimal`, `with-bigdecimal`, `with-uuid`,
55-
//! `with-ipnetwork`, `with-mac_address`, `postgres-array`, `postgres-interval`
55+
//! `with-ipnetwork`, `with-mac_address`, `postgres-array`, `postgres-interval`, `postgres-vector`
5656
//!
5757
//! ## Usage
5858
//!

0 commit comments

Comments
 (0)