From 0386a1357364bf1b4233dd65824fde42b46f5fde Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 27 Jul 2023 17:26:28 +0100 Subject: [PATCH] Set minimum supported `rust-version` to `1.70` (#1097) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04ef936407..b59825273e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ resolver = "2" authors = ["Parity Technologies "] edition = "2021" version = "0.30.1" -rust-version = "1.64.0" +rust-version = "1.70.0" license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt"