From a2f42eab886357e7f6db81a5f678053e9175c9f0 Mon Sep 17 00:00:00 2001 From: xermicus Date: Wed, 10 Jun 2020 08:18:43 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae0a41f..9b9742d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "blindspot" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 7467327..bb21616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blindspot" -version = "1.0.2" +version = "1.0.3" authors = ["xermicus "] edition = "2018" repository = "https://github.com/xermicus/blindspot"