From 0c1806e9921e3afdf6eb9b8c35dad920f0895862 Mon Sep 17 00:00:00 2001
From: yancy <yancy@yancy.lol>
Date: Fri, 1 Nov 2024 12:54:37 -0500
Subject: [PATCH] Bump MSRV

---
 Cargo.toml | 1 +
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 60114ffe..285a7b77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ version = "0.6.1"
 description = "Libary providing utility functions to efficiently select a set of UTXOs."
 keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]
 readme = "README.md"
+rust-version = "1.63.0"
 
 [dependencies]
 bitcoin = "0.32.3"
diff --git a/README.md b/README.md
index ee285264..41d9052f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Note: The measurements where recorded using rustc 1.75.  Expect worse performanc
 
 ## Minimum Supported Rust Version (MSRV)
 
-This library should always compile with any combination of features on **Rust 1.56.1**.
+This library should always compile with any combination of features on **Rust 1.63.0**.
 
 ## Release Notes