Skip to content

Commit b210624

Browse files
committed
Fix minimum tokio-core version
1 parent 06bcde2 commit b210624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ futures = "0.1.7"
4444
futures-state-stream = "0.2"
4545
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
4646
postgres-shared = { version = "0.4.0", path = "../postgres-shared" }
47-
tokio-core = "0.1"
47+
tokio-core = "0.1.8"
4848
tokio-dns-unofficial = "0.1"
4949
tokio-io = "0.1"
5050

0 commit comments

Comments
 (0)