From 2343076382e1735c2283596b080443f6eeb635d0 Mon Sep 17 00:00:00 2001 From: "Geoffrey M. Oxberry" Date: Wed, 13 Dec 2023 16:48:30 -0800 Subject: [PATCH] lading/Cargo.toml: change version to 0.20.4. In preparation for a production release, this commit drops the "-rc1" from the version of `lading` in `lading/Cargo.toml`. Signed-off-by: Geoffrey M. Oxberry --- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7360f596..ef9e11974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.20.4-rc1" +version = "0.20.4" dependencies = [ "async-pidfd", "byte-unit", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 29a00326b..974e7cdbd 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.20.4-rc1" +version = "0.20.4" authors = ["Brian L. Troutwine ", "George Hahn