File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ types. The driver currently supports the following conversions:
188
188
</tr>
189
189
<tr>
190
190
<td>
191
- <a href="https://github.com/rust-lang-nursery/rustc-serialize">serialize::json:: Json</a>
191
+ postgres::types:: Json
192
192
and
193
193
<a href="https://github.com/serde-rs/json">serde_json::Value</a>
194
194
(<a href="#optional-features">optional</a>)
@@ -313,10 +313,10 @@ implementations for `uuid`'s `Uuid` type. Requires `uuid` version 0.5.
313
313
### JSON/JSONB types
314
314
315
315
[ JSON and JSONB] ( http://www.postgresql.org/docs/9.4/static/datatype-json.html )
316
- support is provided optionally by the ` with-rustc-serialize ` feature, which adds
317
- ` ToSql ` and ` FromSql ` implementations for ` rustc-serialize ` 's ` Json ` type, and
318
- the ` with-serde_json ` feature, which adds implementations for ` serde_json ` 's
319
- ` Value ` type. Requires ` serde_json ` version 1.0, ` rustc-serialize ` version 0.3 .
316
+ support is provided optionally by the ` with-serde_json-1 ` feature, which adds
317
+ ` ToSql ` and ` FromSql ` implementations for ` serde_json ` 's ` Value ` type,
318
+ as well as adding a generic ` Json<T> ` type with those same implementations.
319
+ Requires ` serde_json ` version 1.0.
320
320
321
321
### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types
322
322
You can’t perform that action at this time.
0 commit comments