Skip to content

Commit 1d9ae82

Browse files
committed
Move error in-crate
We'll operate under the assumption that postgres will end up being a wrapper on top of tokio-postgres so postgres-shared goes away.
1 parent 3d22aa3 commit 1d9ae82

File tree

4 files changed

+1515
-1
lines changed

4 files changed

+1515
-1
lines changed

tokio-postgres/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ futures = "0.1.7"
3939
futures-cpupool = "0.1"
4040
lazy_static = "1.0"
4141
log = "0.4"
42+
phf = "=0.7.22"
4243
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
4344
postgres-shared = { version = "0.4.0", path = "../postgres-shared" }
4445
state_machine_future = "0.1.7"

0 commit comments

Comments
 (0)