From f4ab22bcf6d67fb4d13d575341b8c39ff13eed9f Mon Sep 17 00:00:00 2001 From: Jerebtw Date: Sun, 12 Nov 2023 18:25:14 +0100 Subject: [PATCH] Version 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8091b3..75ef48c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2d2_sqlite" -version = "0.22.0" +version = "0.23.0" authors = ["Jovansonlee Cesar ", "Hugo Woesthuis ", "Jerebtw "] license = "MIT" description = "SQLite and SQLCipher support for the r2d2 connection pool"