From bbb84c2ee71fee0de369c0cdf69b3eae7c77b792 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Fri, 11 Oct 2024 10:46:50 +0800 Subject: [PATCH] chore: release v16.0.1 (#940) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fe10ab9..f15f44a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "16.0.0" +version = "16.0.1" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 25a502a6..f57e468d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.76.0" -version = "16.0.0" +version = "16.0.1" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"