File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88 matrix :
99 toolchain : [ stable,
1010 beta,
11- # 1.22 .0 is MSRV for rust-lightning in general:
12- 1.22 .0,
11+ # 1.30 .0 is MSRV for Rust-Lightning
12+ 1.30 .0,
1313 # 1.34.2 is Debian stable
1414 1.34.2,
1515 # 1.39.0 is MSRV for lightning-net-tokio and generates coverage
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: rust
22rust :
33 - stable
44 - beta
5- # 1.22 .0 is MSRV for rust-lightning in general:
6- - 1.22 .0
5+ # 1.30 .0 is MSRV for rust-lightning in general:
6+ - 1.30 .0
77 # 1.34.2 is Debian stable
88 - 1.34.2
99 # 1.39.0 is MSRV for lightning-net-tokio and generates coverage
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ be covered by functional tests.
5050When refactoring, structure your PR to make it easy to review and don't
5151hestitate to split it into multiple small, focused PRs.
5252
53- The Minimal Supported Rust Version is 1.22.0 (enforced by our Travis).
53+ The Minimal Supported Rust Version is 1.30.0 (enforced by our Travis and
54+ GitHub Actions).
5455
5556Commits should cover both the issue fixed and the solution's rationale.
5657These [ guidelines] ( https://chris.beams.io/posts/git-commit/ ) should be kept in mind.
You can’t perform that action at this time.
0 commit comments