File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ cargo test -p lightning-block-sync --verbose --color always --features rpc-clien
7373cargo check -p lightning-block-sync --verbose --color always --features rpc-client,rest-client,tokio
7474
7575if [[ " $HOST_PLATFORM " != * windows* ]]; then
76+ # url 2.5.3 switched to idna 1.0.3 and ICU4X, which requires rustc 1.67 or newer.
77+ # Here we opt to keep using unicode-rs by pinning idna_adapter as described here: https://docs.rs/crate/idna_adapter/1.2.0
78+ [ " $RUSTC_MINOR_VERSION " -lt 67 ] && cargo update -p idna_adapter --precise " 1.1.0" --verbose
79+
7680 echo -e " \n\nChecking Transaction Sync Clients with features."
7781 cargo check -p lightning-transaction-sync --verbose --color always --features esplora-blocking
7882 cargo check -p lightning-transaction-sync --verbose --color always --features esplora-async
You can’t perform that action at this time.
0 commit comments