Bump MSRV and cleanup with clippy

This commit is contained in:
2025-12-17 22:20:31 +01:00
parent f388c31594
commit 364875a84e
13 changed files with 27 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
name = "ecb-rates"
description = "Query exchange rates from the European Central Bank (ECB)"
version = "1.0.1"
edition = "2021"
edition = "2024"
authors = ["Love Billenius <lovebillenius@disroot.org>"]
license = "Zlib"
keywords = [
@@ -13,7 +13,7 @@ keywords = [
"rates",
]
repository = "https://github.com/lov3b/ecb-rates"
rust-version = "1.83"
rust-version = "1.92"
categories = ["finance", "command-line-utilities"]
[profile.release]