From f05e4e1529ee3b2c098a834391b72f3415d80fd4 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Mon, 3 Jun 2024 13:37:09 +0800 Subject: [PATCH] ci: bump MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b591dc3..59a2060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies"] authors = ["Dr Maxim Orlovsky "] homepage = "https://lnp-bp.org" repository = "https://github.com/BP-WG/bp-wallet" -rust-version = "1.70.0" # Due to mnemonic dependency of bp-seals crate +rust-version = "1.75.0" # Due to descriptors edition = "2021" license = "Apache-2.0"