We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e6c1ae + e31c057 commit 38e0260Copy full SHA for 38e0260
roa-pg/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "roa-pg"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["Hexilee <i@hexilee.me>"]
5
edition = "2018"
6
license = "MIT"
@@ -33,3 +33,11 @@ roa = { path = "../roa", version = "0.5.0" }
33
34
[features]
35
docs = ["roa/docs"]
36
+with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
37
+with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
38
+with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
39
+with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"]
40
+with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
41
+with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
42
+with-time-0_2 = ["tokio-postgres/with-time-0_2"]
43
+
0 commit comments