File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 10
10
platform : [ ubuntu-latest ]
11
11
toolchain : [ stable,
12
12
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,
17
15
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation
18
16
1.45.2,
19
17
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
41
39
- toolchain : beta
42
40
build-net-tokio : true
43
41
build-no-std : true
44
- - toolchain : 1.36.0
42
+ - toolchain : 1.41.1
45
43
build-no-std : false
46
44
test-log-variants : true
47
- - toolchain : 1.41.0
48
- build-no-std : false
49
45
- toolchain : 1.45.2
50
46
build-net-old-tokio : true
51
47
build-net-tokio : true
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ be covered by functional tests.
75
75
When refactoring, structure your PR to make it easy to review and don't
76
76
hestitate to split it into multiple small, focused PRs.
77
77
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).
79
79
80
80
Commits should cover both the issue fixed and the solution's rationale.
81
81
These [ 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