rust-lightning/ci
Matt Corallo d40184832a Fix build on supported platforms due to log breakage
The `log` crate decided to break support for rustc 1.48 (Debian
bullseye) the day the next release of Debian comes out, obviously
before anyone has had a chance to upgrade to the new Debian
bookworm (at https://github.com/rust-lang/log/pull/543). Thus, we
have to manually pin it back to the previous release.

Sadly, the `log` crate is a transitive dependency of `tokio` until
0.20, which requires rustc 1.49. Luckily at least we won't have to
deal with this again, as `log` won't be a dependency of ours
anymore soon.
2023-06-12 18:47:29 +00:00
..
check-compiles.sh Set cfg=fuzzing when building fuzz crate in CI 2021-08-10 22:26:31 +00:00
check-each-commit.sh Check each commit at least builds in CI 2020-09-15 19:24:08 -04:00
ci-tests.sh Fix build on supported platforms due to log breakage 2023-06-12 18:47:29 +00:00