From e47089bf4c53323a22bd9d8ba4b7a8836fcb45a6 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 16 Apr 2026 22:33:16 +0200 Subject: chore: use new rust features Signed-off-by: Henry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] -- cgit v1.3.1