@@ -308,35 +308,35 @@ crate.
308
308
309
309
[ UUID] ( http://www.postgresql.org/docs/9.4/static/datatype-uuid.html ) support is
310
310
provided optionally by the ` with-uuid ` feature, which adds ` ToSql ` and ` FromSql `
311
- implementations for ` uuid ` 's ` Uuid ` type.
311
+ implementations for ` uuid ` 's ` Uuid ` type. Requires ` uuid ` version 0.5.
312
312
313
313
### JSON/JSONB types
314
314
315
315
[ JSON and JSONB] ( http://www.postgresql.org/docs/9.4/static/datatype-json.html )
316
316
support is provided optionally by the ` with-rustc-serialize ` feature, which adds
317
317
` ToSql ` and ` FromSql ` implementations for ` rustc-serialize ` 's ` Json ` type, and
318
318
the ` with-serde_json ` feature, which adds implementations for ` serde_json ` 's
319
- ` Value ` type.
319
+ ` Value ` type. Requires ` serde_json ` version 1.0, ` rustc-serialize ` version 0.3.
320
320
321
321
### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types
322
322
323
323
[ Date and Time] ( http://www.postgresql.org/docs/9.1/static/datatype-datetime.html )
324
324
support is provided optionally by the ` with-time ` feature, which adds ` ToSql `
325
325
and ` FromSql ` implementations for ` time ` 's ` Timespec ` type, or the ` with-chrono `
326
326
feature, which adds ` ToSql ` and ` FromSql ` implementations for ` chrono ` 's
327
- ` DateTime ` , ` NaiveDateTime ` , ` NaiveDate ` and ` NaiveTime ` types.
327
+ ` DateTime ` , ` NaiveDateTime ` , ` NaiveDate ` and ` NaiveTime ` types. Requires ` time ` version 0.1.14.
328
328
329
329
### BIT/VARBIT types
330
330
331
331
[ BIT and VARBIT] ( http://www.postgresql.org/docs/9.4/static/datatype-bit.html )
332
332
support is provided optionally by the ` with-bit-vec ` feature, which adds ` ToSql `
333
- and ` FromSql ` implementations for ` bit-vec ` 's ` BitVec ` type.
333
+ and ` FromSql ` implementations for ` bit-vec ` 's ` BitVec ` type. Requires ` bit-vec ` version 0.4.
334
334
335
335
### MACADDR type
336
336
337
337
[ MACADDR] ( http://www.postgresql.org/docs/9.4/static/datatype-net-types.html#DATATYPE-MACADDR )
338
338
support is provided optionally by the ` with-eui48 ` feature, which adds ` ToSql `
339
- and ` FromSql ` implementations for ` eui48 ` 's ` MacAddress ` type.
339
+ and ` FromSql ` implementations for ` eui48 ` 's ` MacAddress ` type. Requires ` eui48 ` version 0.3.
340
340
341
341
### POINT type
342
342
0 commit comments