Skip to content

Commit 4631b52

Browse files
committed
Bump MSRV to 1.36.0
Debian is shipping 1.41 on oldstable and rust-bitcoin will likely move to 1.36 over the coming months, so there's little reason to wait on this. cc rust-bitcoin/rust-bitcoin#510
1 parent 36570f4 commit 4631b52

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
platform: [ ubuntu-latest ]
1010
toolchain: [ stable,
1111
beta,
12-
# 1.30.0 is MSRV for Rust-Lightning
13-
1.30.0,
12+
# 1.36.0 is MSRV for Rust-Lightning
13+
1.36.0,
1414
# 1.34.2 is Debian stable
15-
1.34.2,
15+
1.41.0,
1616
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
1717
1.45.2]
1818
include:

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +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.30.0 (enforced by our Travis and
79-
GitHub Actions).
78+
The Minimal Supported Rust Version is 1.36.0 (enforced by our GitHub Actions).
8079

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

0 commit comments

Comments
 (0)