From 04201c9c26b2798817bcfd4f1936696d15c8e841 Mon Sep 17 00:00:00 2001 From: Dmitry Konishchev Date: Fri, 2 Aug 2024 08:26:56 +0300 Subject: [PATCH] chore: Release binup version 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc8a351..8ec3fd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "binup" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bzip2", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d75c987..6d58bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "binup" -version = "0.6.0" +version = "0.7.0" description = "WIP" authors = ["Dmitry Konishchev "] @@ -36,4 +36,4 @@ validator = { version = "0.18.1", features = ["derive"] } [dev-dependencies] indoc = "2.0.5" -rstest = "0.21.0" \ No newline at end of file +rstest = "0.21.0"