Skip to content

Commit

Permalink
Merge pull request #7 from goldenMetteyya/master
Browse files Browse the repository at this point in the history
roa_pg
  • Loading branch information
Hexilee authored Apr 6, 2020
2 parents aad3782 + d7353fe commit e31c057
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion roa-pg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roa-pg"
version = "0.5.0"
version = "0.5.1"
authors = ["Hexilee <i@hexilee.me>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -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"]

0 comments on commit e31c057

Please sign in to comment.