From 169b3c51fdba0df410af4a14f78bc5315768aa1b Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 6 Apr 2020 14:58:28 -0700 Subject: [PATCH] Prepare 0.22.0-beta.0 (prerelease/unstable/testing build) (#679) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1ea514..b3657ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.21.0" +version = "0.22.0-beta.0" authors = ["John Gallagher "] edition = "2018" description = "Ergonomic wrapper for SQLite"