From e97629762d89da03ea2e29d890ee6455df5bb3fe Mon Sep 17 00:00:00 2001 From: Lakshya Singh Date: Wed, 22 Jan 2025 16:16:34 +0530 Subject: [PATCH] reduce MSRV 1.74.0 (#1519) Signed-off-by: Lakshya Singh --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80dd1e519d..f4c2d12ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ resolver = "2" authors = ["Parity Technologies ", "Pierre Krieger "] version = "0.24.7" edition = "2021" -rust-version = "1.74.1" +rust-version = "1.74.0" license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" documentation = "https://docs.rs/jsonrpsee"