Skip to content

Commit e5d2205

Browse files
committed
Cut out unneeded quotes
1 parent 270371a commit e5d2205

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tokio-postgres/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2323
default = ["runtime"]
2424
runtime = ["tokio/rt-full", "tokio/tcp", "tokio/uds"]
2525

26-
"with-bit-vec-0_6" = ["postgres-types/with-bit-vec-0_6"]
27-
"with-chrono-0_4" = ["postgres-types/with-chrono-0_4"]
28-
"with-eui48-0_4" = ["postgres-types/with-eui48-0_4"]
29-
"with-geo-types-0_4" = ["postgres-types/with-geo-types-0_4"]
26+
with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
27+
with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
28+
with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
29+
with-geo-types-0_4 = ["postgres-types/with-geo-types-0_4"]
3030
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
31-
"with-uuid-0_7" = ["postgres-types/with-uuid-0_7"]
31+
with-uuid-0_7 = ["postgres-types/with-uuid-0_7"]
3232

3333
[dependencies]
3434
bytes = "0.4"

0 commit comments

Comments
 (0)