Skip to content

Commit a692bb3

Browse files
committed
Merge #64: Bump MSRV to Rust 1.48.0
f0783dc Bump MSRV to Rust 1.48.0 (Tobin C. Harding) Pull request description: As we are doing ecosystem wide; bump the MSRV to Rust 1.48.0 ACKs for top commit: stevenroose: ACK f0783dc apoelstra: ACK f0783dc Tree-SHA512: 6e9147d3c9faf4479e6667733bcfcceed505005bc5a1f7e302bd2296fff9f5a65188dc23b43532966bb0456b8c85d41f7132637f93cd47aed3018de193b9e5c3
2 parents 6d8c385 + f0783dc commit a692bb3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
rust:
13-
- 1.41.1
13+
- 1.48.0
1414
- nightly
1515
- beta
1616
- stable

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
* Bump MSRV to rust 1.48.0 [#64](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/64)
4+
15
## v0.20.2-0.5.0
26

37
* Upgrade Bitcoin Core subtree to v0.20.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git subtree pull --prefix='depend/bitcoin' git@github.com:bitcoin/bitcoin.git v0
4242

4343
## MSRV
4444

45-
The MSRV of this crate is **1.41.1**.
45+
The MSRV of this crate is **1.48.0**.
4646

4747

4848
## Githooks

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.41.1"
1+
msrv = "1.48.0"

0 commit comments

Comments
 (0)