File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1010 platform : [ ubuntu-latest ]
1111 toolchain : [ stable,
1212 beta,
13- # 1.36.0 is MSRV for Rust-Lightning, lightning-invoice, and lightning-persister
14- 1.36.0,
15- # 1.41.0 is Debian stable
16- 1.41.0,
13+ # 1.41.1 is MSRV for Rust-Lightning, lightning-invoice, and lightning-persister
14+ 1.41.1,
1715 # 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
1816 1.45.2,
1917 # 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
4139 - toolchain : beta
4240 build-net-tokio : true
4341 build-no-std : true
44- - toolchain : 1.36.0
42+ - toolchain : 1.41.1
4543 build-no-std : false
4644 test-log-variants : true
47- - toolchain : 1.41.0
48- build-no-std : false
4945 - toolchain : 1.45.2
5046 build-net-old-tokio : true
5147 build-net-tokio : true
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ be covered by functional tests.
7575When refactoring, structure your PR to make it easy to review and don't
7676hestitate to split it into multiple small, focused PRs.
7777
78- The Minimal Supported Rust Version is 1.36.0 (enforced by our GitHub Actions).
78+ The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
7979
8080Commits should cover both the issue fixed and the solution's rationale.
8181These [ 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