Skip to content

Commit 8f1d076

Browse files
committed
Release tokio-postgres v0.2.0
1 parent 5a81421 commit 8f1d076

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tokio-postgres/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver using Tokio"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://docs.rs/tokio-postgres/0.1.1/tokio_postgres"
8+
documentation = "https://docs.rs/tokio-postgres/0.2.0/tokio_postgres"
99
readme = "../README.md"
10+
keywords = ["database", "postgres", "postgresql", "sql", "async"]
1011

1112
[features]
1213
with-bit-vec = ["postgres-shared/with-bit-vec"]
@@ -23,7 +24,7 @@ with-openssl = ["tokio-openssl", "openssl"]
2324
fallible-iterator = "0.1.3"
2425
futures = "0.1.7"
2526
futures-state-stream = "0.1"
26-
postgres-shared = { version = "0.1.0", path = "../postgres-shared" }
27+
postgres-shared = { version = "0.2", path = "../postgres-shared" }
2728
postgres-protocol = "0.2"
2829
tokio-core = "0.1"
2930
tokio-dns-unofficial = "0.1"

0 commit comments

Comments
 (0)