From f84329d0991e14a53082d69708233a5350a517f3 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Fri, 1 Dec 2023 17:09:13 +0200 Subject: [PATCH] cargo: Bump rust version Signed-off-by: Alexandru Vasile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac558d929b4..b2c803ac134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ resolver = "2" authors = ["Parity Technologies "] edition = "2021" version = "0.32.1" -rust-version = "1.70.0" +rust-version = "1.74.0" license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt"