]> git.bitcoin.ninja Git - rust-lightning/commit
Pin `tokio` in CI to fix MSRV
authorElias Rohrer <dev@tnull.de>
Thu, 1 Aug 2024 16:51:53 +0000 (11:51 -0500)
committerElias Rohrer <dev@tnull.de>
Thu, 1 Aug 2024 21:20:20 +0000 (16:20 -0500)
commit3566b98b75220bdc4e02c71badfaa21cbcffdc8f
tree5c287e2a7d26308578bbe93196881f1998fd2334
parent50d21b7c08bb600127223d86d391943dbafdacf9
Pin `tokio` in CI to fix MSRV

The recently released `tokio` 1.39 bumped their MSRV to rustc 1.70.
Here, we pin the `tokio` version to 1.38 for users that require to
maintain our MSRV of rustc 1.63.
ci/ci-tests.sh