X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CONTRIBUTING.md;h=ab6ba2a410fb245c13fc1c7a6157a36448e9d07f;hb=e6300dab2dca2fb997b02fe37d678732a97b116a;hp=2c1fb0d8a7376db6a0b7624fa8d0c0583423c64c;hpb=3ca63426f98af6817516597b6ad762324bfd2ac4;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.