From 5098c500f413f39d2d5524534ad548af9918c4a9 Mon Sep 17 00:00:00 2001 From: Serge Barral Date: Sun, 8 Sep 2024 21:42:32 +0200 Subject: [PATCH] Fix MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05fd304..217a008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "tachyonix" version = "0.3.0" authors = ["Serge Barral "] edition = "2021" -rust-version = "1.56" +rust-version = "1.64" license = "MIT OR Apache-2.0" repository = "https://github.com/asynchronics/tachyonix" readme = "README.md"