Skip to content

Commit f96dec2

Browse files
committed
Bump MSRV to 1.41.1.
1.41.1 is currently the Firefox ESR MSRV, which means its also the version several Linux distros ship. Further, rust-bitcoin is likely to make a similar change soon, see rust-bitcoin/rust-bitcoin#510.
1 parent 963f8d9 commit f96dec2

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
platform: [ ubuntu-latest ]
1111
toolchain: [ stable,
1212
beta,
13-
# 1.36.0 is MSRV for Rust-Lightning, lightning-invoice, and lightning-persister
14-
1.36.0,
15-
# 1.41.0 is Debian stable
16-
1.41.0,
13+
# 1.41.1 is MSRV for Rust-Lightning, lightning-invoice, and lightning-persister
14+
1.41.1,
1715
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
1816
1.45.2,
1917
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
@@ -41,11 +39,9 @@ jobs:
4139
- toolchain: beta
4240
build-net-tokio: true
4341
build-no-std: true
44-
- toolchain: 1.36.0
42+
- toolchain: 1.41.1
4543
build-no-std: false
4644
test-log-variants: true
47-
- toolchain: 1.41.0
48-
build-no-std: false
4945
- toolchain: 1.45.2
5046
build-net-old-tokio: true
5147
build-net-tokio: true

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ be covered by functional tests.
7575
When refactoring, structure your PR to make it easy to review and don't
7676
hestitate to split it into multiple small, focused PRs.
7777

78-
The Minimal Supported Rust Version is 1.36.0 (enforced by our GitHub Actions).
78+
The Minimal Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
7979

8080
Commits should cover both the issue fixed and the solution's rationale.
8181
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.

0 commit comments

Comments
 (0)