From dca27b32cf436b73bed017ecd5acb4a8bd256181 Mon Sep 17 00:00:00 2001 From: phiresky Date: Tue, 19 Jul 2022 20:51:55 +0200 Subject: [PATCH] (cargo-release) version 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b5c36..1d3fdb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "sqlite-zstd" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e6d1b6c..95a8af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "LGPL-2.0-or-later" name = "sqlite-zstd" repository = "https://github.com/phiresky/sqlite-zstd" -version = "0.3.0" +version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]