From 02a67672b2ac4d97653c51b8801898e22b450325 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 2 Dec 2019 12:58:49 +0000 Subject: [PATCH] cargo: Afterburn release 4.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2fd8018..4c45e5f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "afterburn" -version = "4.3.0-alpha.0" +version = "4.3.0" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a2d4af56..42d8877b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" authors = [ "Stephen Demos ", "Luca Bruno " ] description = "A simple cloud provider agent" -version = "4.3.0-alpha.0" +version = "4.3.0" [package.metadata.release] sign-commit = true