File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
toolchain : [ stable,
10
10
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,
13
13
# 1.34.2 is Debian stable
14
14
1.34.2,
15
15
# 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
2
2
rust :
3
3
- stable
4
4
- 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
7
7
# 1.34.2 is Debian stable
8
8
- 1.34.2
9
9
# 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.
50
50
When refactoring, structure your PR to make it easy to review and don't
51
51
hestitate to split it into multiple small, focused PRs.
52
52
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).
54
55
55
56
Commits should cover both the issue fixed and the solution's rationale.
56
57
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