Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 19, 2020
1 parent 2157bb7 commit d280a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r2d2_postgres"
version = "0.16.0"
version = "0.17.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -10,4 +10,4 @@ keywords = ["postgres", "sql", "pool", "database"]

[dependencies]
r2d2 = "0.8"
postgres = "0.17"
postgres = "0.18"

0 comments on commit d280a65

Please sign in to comment.