From 66a48e8d26dea5663fb194e1a3ca6bd3035b6035 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Tue, 10 Sep 2024 15:45:07 +0200 Subject: [PATCH] chore: set msrv to 1.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6c0de0..eefe6c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "2" [workspace.package] version = "0.0.0" edition = "2021" -rust-version = "1.80" +rust-version = "1.81" authors = [] license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/alphanet"