From e1a1b615fb7945fa60f73eca31c317bf6142ea8a Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Sun, 7 Jan 2024 12:46:05 +0100 Subject: [PATCH] chore: Release dfw version 1.3.0-rc.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc9e2db5..d86be814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "dfw" -version = "1.3.0-rc.1" +version = "1.3.0-rc.2" dependencies = [ "bollard", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6040681a..6a1beddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfw" -version = "1.3.0-rc.1" +version = "1.3.0-rc.2" edition = "2021" authors = ["Pit Kleyersburg "] license = "MIT/Apache-2.0"