Updated bitvec to 0.6.1, as it supports serde serialization/deserialization.

This commit is contained in:
Kai Yao
2019-07-27 21:07:03 -05:00
parent c0fcf34eb4
commit 2c43519093
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ circle-ci = { repository = "sfackler/rust-postgres" }
default = ["runtime"]
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
"with-bit-vec-0_5" = ["tokio-postgres/with-bit-vec-0_5"]
"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"]