From effd4df463841986d6a3e6fa33d5ce106497100f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 5 Jul 2019 11:02:09 -0700 Subject: [PATCH] Release postgres-native-tls 0.2.0-rc.1 For real this time --- postgres-native-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-native-tls/Cargo.toml b/postgres-native-tls/Cargo.toml index a63fdc42..7d891acd 100644 --- a/postgres-native-tls/Cargo.toml +++ b/postgres-native-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-native-tls" -version = "0.1.0-rc.1" +version = "0.2.0-rc.1" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"