Skip to content

Commit 5f63547

Browse files
committed
Update MSRV to Rust 1.48.0
In order to depend on the new upcoming version of `bitcoin` we need to bump our MSRV.
1 parent 62b35e8 commit 5f63547

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- rust: nightly
1616
env:
1717
RUSTFMTCHK: false
18-
- rust: 1.41.1
18+
- rust: 1.48.0
1919
env:
2020
RUSTFMTCHK: false
2121
steps:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
- MSRV changed from 1.41.1 to 1.48.0
4+
15
# 0.17.0
26

37
- add `list_wallet_dir` rpc

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
4747
* 0.21.0
4848

4949
# Minimum Supported Rust Version (MSRV)
50-
This library should always compile with any combination of features on **Rust 1.41.1**.
50+
This library should always compile with any combination of features on **Rust 1.48.0**.

contrib/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
set -xe
33

4-
MSRV="1\.41"
4+
MSRV="1\.48"
55

66
# Just echo all the relevant env vars to help debug Travis.
77
echo "RUSTFMTCHECK: \"$RUSTFMTCHECK\""

0 commit comments

Comments
 (0)