From 5cf0158863446fec8ed4e9621035ac267e77dff1 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Wed, 7 Oct 2020 15:52:25 -0700 Subject: [PATCH] Take 2: Prep release of rusqlite 0.24.1 + libsqlite3-sys 0.20.1 --- Cargo.toml | 2 +- libsqlite3-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e77139a..d6d15bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ bencher = "0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.20.0" +version = "0.20.1" [[test]] name = "config_log" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index 6fe2659..d2e1b62 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.20.0" +version = "0.20.1" authors = ["The rusqlite developers"] edition = "2018" repository = "https://github.com/rusqlite/rusqlite"