v10.3.1 patch (#342)

This commit is contained in:
Thomas Schönauer
2023-01-30 21:24:06 +00:00
committed by GitHub
parent 9dcc8fdd0d
commit 8cfc8d66be
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2049,7 +2049,7 @@ dependencies = [
[[package]] [[package]]
name = "topgrade" name = "topgrade"
version = "10.3.0" version = "10.3.1"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"chrono", "chrono",

View File

@@ -6,7 +6,7 @@ keywords = ["upgrade", "update"]
license = "GPL-3.0" license = "GPL-3.0"
# license-file = "LICENSE" # license-file = "LICENSE"
repository = "https://github.com/topgrade-rs/topgrade" repository = "https://github.com/topgrade-rs/topgrade"
version = "10.3.0" version = "10.3.1"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"] authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif"] exclude = ["doc/screenshot.gif"]
edition = "2021" edition = "2021"