From d16ea46442e0cde3398141031502b10801537e9e Mon Sep 17 00:00:00 2001 From: Matt Jibson Date: Sun, 17 Oct 2021 23:56:36 -0600 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a125db9..0fdf8e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acre" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 567fe7b..c7ccde4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acre" -version = "0.5.0" +version = "0.5.1" authors = ["Matt Jibson "] edition = "2018" license = "Apache-2.0"