From 8cfc8d66be90b893dc07ab2fcbece52c518051dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:24:06 +0000 Subject: [PATCH] v10.3.1 patch (#342) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09de8e04..a9422159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2049,7 +2049,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "10.3.0" +version = "10.3.1" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bb6afc6e..ebf7eb65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0" # license-file = "LICENSE" repository = "https://github.com/topgrade-rs/topgrade" -version = "10.3.0" +version = "10.3.1" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif"] edition = "2021"