From a8b8844e3fc97aa07e7097e8563c930312bd6d9d Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 18 Aug 2025 04:35:29 -0400 Subject: [PATCH] Fix MSRV for simple-request --- common/request/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/request/Cargo.toml b/common/request/Cargo.toml index e5018056..5f3bb445 100644 --- a/common/request/Cargo.toml +++ b/common/request/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/serai-dex/serai/tree/develop/common/simple-requ authors = ["Luke Parker "] keywords = ["http", "https", "async", "request", "ssl"] edition = "2021" -rust-version = "1.64" +rust-version = "1.70" [package.metadata.docs.rs] all-features = true