From 16d8ccdea7e1267ad30ac325085a1803037a7c00 Mon Sep 17 00:00:00 2001 From: phiresky Date: Sat, 30 Jul 2022 21:29:58 +0200 Subject: [PATCH] (cargo-release) version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d194866..02ac45d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,7 +701,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "sqlite-zstd" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1dca9fd..698f06a 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.1" +version = "0.3.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]