From 8b8ca013b59a6ad3160b09e6a354503997b732ab Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 4 Apr 2024 10:47:59 +0200 Subject: [PATCH] fix: change MSRV to 1.74.1 (#1338) Close #1337 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14e7f33e18..89f69c8ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ resolver = "2" authors = ["Parity Technologies ", "Pierre Krieger "] version = "0.22.3" edition = "2021" -rust-version = "1.64.0" +rust-version = "1.74.1" license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" documentation = "https://docs.rs/jsonrpsee"