From 06bfddd6f51c373c551e1e64a89234efb9e747e9 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Thu, 4 Nov 2021 05:10:20 +0300 Subject: [PATCH] 0.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f6caf9..cf4d668 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,7 +762,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "subbeat" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1e14df0..0110c43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subbeat" -version = "0.0.7" +version = "0.0.8" edition = "2018" license = "MIT OR Apache-2.0"