Skip to content

Commit 38e0260

Browse files
committed
Merge branch 'master' of github.com:Hexilee/roa
2 parents 2e6c1ae + e31c057 commit 38e0260

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

roa-pg/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "roa-pg"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Hexilee <i@hexilee.me>"]
55
edition = "2018"
66
license = "MIT"
@@ -33,3 +33,11 @@ roa = { path = "../roa", version = "0.5.0" }
3333

3434
[features]
3535
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

Comments
 (0)