Bump MSRV to 1.30.0
authorValentine Wallace <vwallace@protonmail.com>
Wed, 19 Aug 2020 19:35:37 +0000 (15:35 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 19 Aug 2020 19:39:03 +0000 (15:39 -0400)
commit0ac5697bb85475623bbf9c569635f4d69f1bfe4b
treea945ba7cf37fb37699d80663c67a6bd9dad520c0
parentd0b4f521e1376076cc1fa0f3c21ae6f1d2ba4e33
Bump MSRV to 1.30.0

We wanted to bump to 1.29 to continue to support mrustc bootstrapping, but on 1.29
there's a bug preventing us from compiling the lightning package only, thus parts
of lightning-net-tokio cause a compilation error.

The advantage of bumping the MSRV is an improved borrow checker which should
enable improved code quality, and not having jump through weird hoops sometimes
to get 1.22 working.
.github/workflows/build.yml
.travis.yml
CONTRIBUTING.md