From a8b652c9fc088e408d40a0d83aedff11159a7dc6 Mon Sep 17 00:00:00 2001 From: bouzuya Date: Fri, 20 Aug 2021 23:46:39 +0900 Subject: [PATCH] tasks: 0.8.1 --- tasks/Cargo.lock | 2 +- tasks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/Cargo.lock b/tasks/Cargo.lock index 05b9308d..a021738e 100644 --- a/tasks/Cargo.lock +++ b/tasks/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "tasks" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "chrono", diff --git a/tasks/Cargo.toml b/tasks/Cargo.toml index 708646f4..b592b39f 100644 --- a/tasks/Cargo.toml +++ b/tasks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tasks" -version = "0.8.0" +version = "0.8.1" authors = ["bouzuya "] edition = "2018"