From c5a79c8af614d9264391ade9e9beb56500187d23 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 27 Jan 2024 21:14:37 +0100 Subject: [PATCH] Prepare release of libsqlite3-sys version 0.28.0 --- Cargo.toml | 2 +- libsqlite3-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cafefd3..dcdb256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ bencher = "0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.27.0" +version = "0.28.0" [[test]] name = "config_log" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index d16a050..d3428b5 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.27.0" +version = "0.28.0" authors = ["The rusqlite developers"] edition = "2021" repository = "https://github.com/rusqlite/rusqlite"