Skip to content

Commit 5211a75

Browse files
committed
Bump MSRV to 1.48.0 like rust-bitcoin did
1 parent 2155c0b commit 5211a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
include:
1212
- rust: stable
1313
- rust: nightly
14-
- rust: 1.41.1
14+
- rust: 1.48.0
1515
steps:
1616
- name: Checkout Crate
1717
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
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**.

0 commit comments

Comments
 (0)