X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CONTRIBUTING.md;h=ab6ba2a410fb245c13fc1c7a6157a36448e9d07f;hb=26c0150c120e9abd7a4f7551eea078636b8c8312;hp=2c1fb0d8a7376db6a0b7624fa8d0c0583423c64c;hpb=b62b244c3c826523a81631037cd060bafef8e402;p=rust-lightning diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c1fb0d8..ab6ba2a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +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.36.0 (enforced by our GitHub Actions). +The Minimum Supported Rust Version is 1.41.1 (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.