From a5d2dd4833940f1343c1b69b09c27d1a37b641f0 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 4 Apr 2024 10:23:29 +0200 Subject: [PATCH] fix: change MSRV to 1.74.1 Close #1337 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc38169e46..11b908fac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ resolver = "2" authors = ["Parity Technologies ", "Pierre Krieger "] version = "0.22.2" 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"