From c7c2a54c068ed7b10bc69d63f4cba5c3af2c6140 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 29 Dec 2023 14:08:11 -0600 Subject: [PATCH] cargo: set rust-version to 1.63.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 351c981a..3b40dabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ documentation = "https://docs.rs/esplora-client/" description = "Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async" keywords = ["bitcoin", "esplora"] readme = "README.md" +rust-version = "1.63.0" [lib] name = "esplora_client"