core-lightning/contrib
ShahanaFarooqui 0db282a069 ci: Update Rust version on Dockerfiles for Ubuntu
After merging the Rust-based `clnrest` plugin into the master, all three reproducible build scripts failed with the following error:

```
error: package `socketioxide v0.15.1` cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.73.0
Either upgrade to rustc 1.75.0 or newer, or use
cargo update -p socketioxide@0.15.1 --precise ver
where `ver` is the latest version of `socketioxide` supporting rustc 1.73.0
make: *** [plugins/Makefile:304: target/release/clnrest] Error 101
```

To resolve this, we can either downgrade `socketioxide` to `v0.11.1`, which is compatible with `Rust >=v1.67` OR Upgrade Rust to `v1.75`.

Since the latest Rust version is `1.84`, upgrading to `1.75` seems like a reasonable choice, as it is already 13 months old.

Changelog-None.
2025-01-31 07:17:59 +10:30
..
cln-tracer cln-tracer: readme usage clarifications 2024-09-05 15:49:03 -07:00
docker ci: Install poetry-plugin-export for poetry export command 2025-01-09 11:15:05 +01:00
init Remove --daemon from lightningd.service 2023-07-09 13:02:10 +09:30
keys gpg: Add gpg public key for cln@blockstream.com 2025-01-24 16:51:54 +10:30
msggen lightningd: add option to crash itself after some time. 2025-01-27 11:07:04 +10:30
plugins tests: notification response fixes 2023-07-10 14:51:11 +09:30
pylightning tests: notification response fixes 2023-07-10 14:51:11 +09:30
pyln-client Final changes for v24.11 2024-12-09 14:54:50 +10:30
pyln-grpc-proto xpay: add maxdelay parameter 2025-01-22 12:19:47 -08:00
pyln-proto Final changes for v24.11 2024-12-09 14:54:50 +10:30
pyln-spec pyln-spec: add testnet4 support 2025-01-13 15:45:19 -08:00
pyln-testing doc: fix injectpaymentonion schema. 2024-12-17 08:14:45 +10:30
reprobuild ci: Update Rust version on Dockerfiles for Ubuntu 2025-01-31 07:17:59 +10:30
sanitizer_suppressions common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
bootstrap-node.sh Replace head -n with sort -R for better random peer selection 2023-01-04 13:29:46 +10:30
cl-repro.sh script: Adjusting the script with ubuntu:noble updates 2024-06-18 16:53:32 -07:00
clang-coverage-report.sh shellcheck: shellcheck fixes 2024-11-19 09:05:55 +10:30
config-example Added sample config file 2023-06-21 14:57:34 +09:30
giantnode.py script: Giantnode paths fix 2024-11-06 13:48:12 +10:30
lightning-cli.bash-completion Fix bash completion. 2020-05-15 15:25:33 +02:00
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh startup-regtest: only inspect current run's logs for clnrest updates 2025-01-29 18:32:23 -08:00