summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-08-01 16:19:15 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-08-01 16:19:15 +0200
commit73c136c645460d4f2ea9300864bddc9ad01a6bae (patch)
treee0ad9f113f9c191fcda767cdf92094365e1c3227 /Cargo.toml
parent7e98cddcfc1ec31adc668b3044096dc76cc5b358 (diff)
chore: clippy, update msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 423e1ef..144d98d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ serde={version="1.0", features=["derive"]}
[workspace.package]
version="0.9.0-alpha.0"
-rust-version="1.87"
+rust-version="1.88"
edition="2024"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]