summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-01 10:45:27 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-01 10:45:27 +0300
commit368c13a2958e8133bce8ea546abc8beab96924e2 (patch)
tree7dffef435772ebadc0e9a999430fe68918bd497a
parentd480db047ac41021fd720137ee9d23dd489d22e4 (diff)
downloadvmadm-368c13a2958e8133bce8ea546abc8beab96924e2.tar.gz
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*
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <liw@liw.fi>"]
edition = "2018"
license = "GPL-3.0-or-later"