From 7c50f42b98473a71d6ce5c975993c92995f10ae5 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 18 Nov 2015 10:28:57 -0800 Subject: [PATCH 1/2] Update README URLs based on HTTP redirects --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dd72da59..780823f8 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ types. The driver currently supports the following conversions: - serialize::json::Json + serialize::json::Json and serde_json::Value (optional) @@ -207,7 +207,7 @@ types. The driver currently supports the following conversions: - time::Timespec + time::Timespec and chrono::NaiveDateTime (optional) @@ -216,7 +216,7 @@ types. The driver currently supports the following conversions: - time::Timespec, + time::Timespec, chrono::DateTime<UTC>, chrono::DateTime<Local>, and @@ -241,7 +241,7 @@ types. The driver currently supports the following conversions: - uuid::Uuid + uuid::Uuid (optional) UUID @@ -284,9 +284,8 @@ implementations for `uuid`'s `Uuid` type. [JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html) support is provided optionally by the `rustc-serialize` feature, which adds `ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type, and -the `serde_json` feature, which adds implementations for `serde_json`'s `Value` -type. The `serde` feature provides implementations for the older -`serde::json::Value` type. +the `serde` feature, which adds implementations for `serde_json`'s `Value` +type. ### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types From 4da207b100b23d456c4175b29c78c753330dcb40 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 18 Nov 2015 12:39:49 -0800 Subject: [PATCH 2/2] Update JSON/JSONB types --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 780823f8..efd71b5e 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,9 @@ implementations for `uuid`'s `Uuid` type. [JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html) support is provided optionally by the `rustc-serialize` feature, which adds `ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type, and -the `serde` feature, which adds implementations for `serde_json`'s `Value` -type. +the `serde_json` feature, which adds implementations for `serde_json`'s `Value` +type. The `serde` feature provides implementations for the older +`serde::json::Value` type. ### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types