From 5d1e01047a4a4a7300bfb24bd6d9485494a4c4e7 Mon Sep 17 00:00:00 2001 From: Hugo Woesthuis Date: Sun, 27 Feb 2022 20:45:50 +0100 Subject: [PATCH] Bump to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 709c156..11cd8a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2d2_sqlite" -version = "0.19.0" +version = "0.20.0" authors = ["Jovansonlee Cesar", "Hugo Woesthuis "] license = "MIT" description = "SQLite and SQLCipher support for the r2d2 connection pool"