From 368c13a2958e8133bce8ea546abc8beab96924e2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 1 Apr 2021 10:45:27 +0300 Subject: fix: commit Cargo.lock change Also, bump version to 0.4.1, because 0.4.0 was already published. My release process needs fixing. *sigh* --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71c0ed2..afe30bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "vmadm" -version = "0.3.0" +version = "0.4.1" dependencies = [ "anyhow", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index bcc5804..e199527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vmadm" -version ="0.4.0" +version ="0.4.1" authors = ["Lars Wirzenius "] edition = "2018" license = "GPL-3.0-or-later" -- cgit v1.2.1