X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CONTRIBUTING.md;h=0b6e07acfd734a648bef59fb56fec669d9df9986;hb=9d8efecadf4d5f966223b352ffc0a65a8fdfd263;hp=7a0c71f407a912aa31ef8a8fdbcae8fef911dc81;hpb=27426f84c03c34a9f72938cb4c19c1df2ed899cf;p=rust-lightning diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a0c71f4..0b6e07ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,8 @@ 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.22.0 (enforced by our Travis). +The Minimal Supported Rust Version is 1.30.0 (enforced by our Travis and +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.