From 83c674b2149188b9325e69b0472bc1dccaa7583d Mon Sep 17 00:00:00 2001 From: Pavel Yakushin Date: Fri, 13 Aug 2021 17:34:45 +0300 Subject: [PATCH] (cargo-release) version 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a55414e460..3528bf6080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pearl" -version = "0.6.0" +version = "0.6.1" description = "Pearl is a low level blob-based I/O library" repository = "https://github.com/qoollo/pearl" homepage = "https://github.com/qoollo/pearl"