From 8e580457a5d0f39612e4f73edb8c281c0625ab76 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Tue, 25 Jul 2023 14:22:14 +0800 Subject: [PATCH] chore: release v12.0.2 (#518) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 186f05c9..65801b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "12.0.1" +version = "12.0.2" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f6915c52..09eacbba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license = "GPL-3.0" repository = "https://github.com/topgrade-rs/topgrade" -version = "12.0.1" +version = "12.0.2" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif"] edition = "2021"