Skip to content

Commit 03095f6

Browse files
committed
dependencies: bump msrv
1 parent 6682ad6 commit 03095f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/bitcoin-coin-selection"
1111
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1212
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]
1313
readme = "README.md"
14-
rust-version = "1.63.0"
14+
rust-version = "1.74.0"
1515

1616
[package.metadata.docs.rs]
1717
features = ["rand"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://github.com/p2pderivatives/rust-bitcoin-coin-selection/blob/master/LICENSE"><img alt="CC0 1.0 Universal Licensed" src="https://img.shields.io/badge/license-CC0--1.0-blue.svg"/></a>
66
<a href="https://github.com/p2pderivatives/rust-bitcoin-coin-selection/actions?query=workflow%3AContinuous%20integration"><img alt="CI Status" src="https://github.com/p2pderivatives/rust-bitcoin-coin-selection/workflows/Continuous%20integration/badge.svg"></a>
77
<a href="https://docs.rs/bitcoin-coin-selection"><img alt="API Docs" src="https://img.shields.io/docsrs/bitcoin-coin-selection"/></a>
8-
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0"><img alt="Rustc Version 1.63.0+" src="https://img.shields.io/badge/rustc-1.63.0%2B-lightgrey.svg"/></a>
8+
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.74.0/"><img alt="Rustc Version 1.74.0+" src="https://img.shields.io/badge/rustc-1.74.0%2B-lightgrey.svg"/></a>
99
</p>
1010

1111

@@ -103,7 +103,7 @@ Note: The measurements where recorded using rustc 1.90 stable. Expect worse per
103103

104104
## Minimum Supported Rust Version (MSRV)
105105

106-
This library should always compile with any combination of features on **Rust 1.63.0**.
106+
This library should always compile with any combination of features on **Rust 1.74.0**.
107107

108108
## Release Notes
109109

0 commit comments

Comments
 (0)