Skip to content

Commit b483fea

Browse files
authored
Merge pull request #467 from kaibyao/master
Updated bitvec to 0.6.1, as it supports serde Serialize/Deserialize
2 parents 983a71c + 1c1a939 commit b483fea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2020
default = ["runtime"]
2121
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
2222

23-
"with-bit-vec-0_5" = ["tokio-postgres/with-bit-vec-0_5"]
23+
"with-bit-vec-0_6" = ["tokio-postgres/with-bit-vec-0_6"]
2424
"with-chrono-0_4" = ["tokio-postgres/with-chrono-0_4"]
2525
"with-eui48-0_4" = ["tokio-postgres/with-eui48-0_4"]
2626
"with-geo-types-0_4" = ["tokio-postgres/with-geo-types-0_4"]

tokio-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2323
default = ["runtime"]
2424
runtime = ["tokio/rt-full", "tokio/tcp", "tokio/uds", "tokio-executor", "lazy_static"]
2525

26-
"with-bit-vec-0_5" = ["bit-vec-05"]
26+
"with-bit-vec-0_6" = ["bit-vec-06"]
2727
"with-chrono-0_4" = ["chrono-04"]
2828
"with-eui48-0_4" = ["eui48-04"]
2929
"with-geo-types-0_4" = ["geo-types-04"]
@@ -45,7 +45,7 @@ tokio = { version = "=0.2.0-alpha.5", default-features = false, features = ["io"
4545
tokio-executor = { version = "=0.2.0-alpha.5", optional = true }
4646
lazy_static = { version = "1.0", optional = true }
4747

48-
bit-vec-05 = { version = "0.5", package = "bit-vec", optional = true }
48+
bit-vec-06 = { version = "0.6.1", package = "bit-vec", optional = true }
4949
chrono-04 = { version = "0.4", package = "chrono", optional = true }
5050
eui48-04 = { version = "0.4", package = "eui48", optional = true }
5151
geo-types-04 = { version = "0.4", package = "geo-types", optional = true }

0 commit comments

Comments
 (0)