From 0ddcd24f33af3d8ba0d0701da3421bdfef28c816 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 30 Mar 2021 01:04:15 +0200 Subject: [PATCH] lohr: v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fcd247..380bd66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "lohr" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "log 0.4.14", diff --git a/Cargo.toml b/Cargo.toml index 6aabd22..ac4f995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lohr" -version = "0.1.0" +version = "0.2.0" authors = ["Antoine Martin "] edition = "2018" license = "Apache-2.0 OR MIT"