From a9894e6579cd9f8539120d5da159eb5cc9026416 Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 15:48:55 +0300 Subject: [PATCH 1/7] Update Cargo.toml --- roa-pg/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index 1321fa0..480e64e 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -22,6 +22,7 @@ bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } tokio-postgres = { version = "0.5.2", default-features = false } +tokio-postgres = { version = "0.5.2", features = ["with-chrono-0_4", "with-uuid-0_8"] } tokio = "0.2.13" async-std = "1.5" tokio-rustls = { version = "0.13.0", features = ["unstable"] } From e6dfcaa69569b2cdf8b85ba03e48e5f4770bb9f5 Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 15:49:07 +0300 Subject: [PATCH 2/7] Update Cargo.toml --- roa-pg/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index 480e64e..4c4d011 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -21,7 +21,6 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } -tokio-postgres = { version = "0.5.2", default-features = false } tokio-postgres = { version = "0.5.2", features = ["with-chrono-0_4", "with-uuid-0_8"] } tokio = "0.2.13" async-std = "1.5" From 9520c94e19b6a37dfbf498bc03edeb1297c4e2a1 Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 21:14:04 +0300 Subject: [PATCH 3/7] Update Cargo.toml --- roa-pg/Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index 4c4d011..8a79147 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } -tokio-postgres = { version = "0.5.2", features = ["with-chrono-0_4", "with-uuid-0_8"] } +tokio-postgres = { version = "0.5.2" } tokio = "0.2.13" async-std = "1.5" tokio-rustls = { version = "0.13.0", features = ["unstable"] } @@ -33,3 +33,11 @@ roa = { path = "../roa", version = "0.5.0" } [features] docs = ["roa/docs"] +with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"] +with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"] +with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"] +with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"] +with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] +with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"] +with-time-0_2 = ["tokio-postgres/with-time-0_2"] + From 658b2f091a34bc90202cb27f61336c85b49e278a Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 21:26:03 +0300 Subject: [PATCH 4/7] Update Cargo.toml --- roa-pg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index 8a79147..acaa954 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } -tokio-postgres = { version = "0.5.2" } +tokio-postgres = { version = "0.5.2, default-features = false" } tokio = "0.2.13" async-std = "1.5" tokio-rustls = { version = "0.13.0", features = ["unstable"] } From ea8a2e1c5e4efbca03073ab9bba4ee54aeead5e8 Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 21:26:20 +0300 Subject: [PATCH 5/7] Update Cargo.toml --- roa-pg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index acaa954..d1a6295 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } -tokio-postgres = { version = "0.5.2, default-features = false" } +tokio-postgres = { version = "0.5.2", default-features = false" } tokio = "0.2.13" async-std = "1.5" tokio-rustls = { version = "0.13.0", features = ["unstable"] } From 70a5cc7df7869f060a05199758abc02e6b9ccfce Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 21:28:04 +0300 Subject: [PATCH 6/7] Update Cargo.toml --- roa-pg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index d1a6295..f3b3b56 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] bytes = "0.5.3" futures = "0.3.4" roa = { path = "../roa", version = "0.5.0", default-features = false } -tokio-postgres = { version = "0.5.2", default-features = false" } +tokio-postgres = { version = "0.5.2", default-features = false } tokio = "0.2.13" async-std = "1.5" tokio-rustls = { version = "0.13.0", features = ["unstable"] } From d7353fee4b40b4091a5408d9ca3d9d43d1ad7987 Mon Sep 17 00:00:00 2001 From: goldenMetteyya Date: Mon, 6 Apr 2020 21:28:48 +0300 Subject: [PATCH 7/7] Update Cargo.toml --- roa-pg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roa-pg/Cargo.toml b/roa-pg/Cargo.toml index f3b3b56..9264bfb 100644 --- a/roa-pg/Cargo.toml +++ b/roa-pg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roa-pg" -version = "0.5.0" +version = "0.5.1" authors = ["Hexilee "] edition = "2018" license = "MIT"