Skip to content

Commit

Permalink
Bump MSRV to 1.36.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheBlueMatt committed Apr 26, 2021
1 parent 36570f4 commit 4631b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -9,10 +9,10 @@ jobs:
platform: [ ubuntu-latest ]
toolchain: [ stable,
beta,
# 1.30.0 is MSRV for Rust-Lightning
1.30.0,
# 1.36.0 is MSRV for Rust-Lightning
1.36.0,
# 1.34.2 is Debian stable
1.34.2,
1.41.0,
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
1.45.2]
include:
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Expand Up @@ -75,8 +75,7 @@ be covered by functional tests.
When refactoring, structure your PR to make it easy to review and don't
hestitate to split it into multiple small, focused PRs.

The Minimal Supported Rust Version is 1.30.0 (enforced by our Travis and
GitHub Actions).
The Minimal Supported Rust Version is 1.36.0 (enforced by our GitHub Actions).

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

0 comments on commit 4631b52

Please sign in to comment.