Cut out unneeded quotes

This commit is contained in:
Steven Fackler 2019-10-14 15:13:27 -07:00
parent 270371a27a
commit e5d2205ce1

View File

@ -23,12 +23,12 @@ circle-ci = { repository = "sfackler/rust-postgres" }
default = ["runtime"]
runtime = ["tokio/rt-full", "tokio/tcp", "tokio/uds"]
"with-bit-vec-0_6" = ["postgres-types/with-bit-vec-0_6"]
"with-chrono-0_4" = ["postgres-types/with-chrono-0_4"]
"with-eui48-0_4" = ["postgres-types/with-eui48-0_4"]
"with-geo-types-0_4" = ["postgres-types/with-geo-types-0_4"]
with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
with-geo-types-0_4 = ["postgres-types/with-geo-types-0_4"]
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
"with-uuid-0_7" = ["postgres-types/with-uuid-0_7"]
with-uuid-0_7 = ["postgres-types/with-uuid-0_7"]
[dependencies]
bytes = "0.4"