summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-16 22:33:16 +0200
committerHenry <mail@henrygressmann.de>2026-04-16 22:33:16 +0200
commite47089bf4c53323a22bd9d8ba4b7a8836fcb45a6 (patch)
tree4415c3394932c38b9a3357ccd5e4f778af350395 /Cargo.toml
parentc2061cf63b0c131632c07191af2f9f76d13e8a3e (diff)
chore: use new rust features
Signed-off-by: Henry <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 ffd4d89..ca977f9 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.90"
+rust-version="1.95"
edition="2024"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <crates@henrygressmann.de>"]