Skip to content

Commit 48f28db

Browse files
committed
dependencies: bump msrv
1 parent 6682ad6 commit 48f28db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)