From 7f2950a2810cfac85481bda2dca60541252f1d32 Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Mon, 3 Feb 2025 08:45:50 +0100 Subject: [PATCH] fix(cargo): bump MSRV to 1.83.0 The recent libp2p upgrade bumped the MSRV to 1.83.0, so we have to do the same. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be24d02826..63366a2134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ opt-level = 3 version = "0.15.3" edition = "2021" license = "MIT OR Apache-2.0" -rust-version = "1.81" +rust-version = "1.83" authors = ["Equilibrium Labs "] [workspace.dependencies]