commit ce62d2f311299928c2bd6217ab638a3c84570c76
parent 855b99f64e42347e35d5d24e77cd121fd1f8486c
Author: Antoine A <>
Date: Thu, 10 Sep 2026 11:43:20 +0200
btc: test bitcoind v31.1
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -22,7 +22,7 @@ axum = "0.8.1"
sqlx = { version = "0.8", features = [
"postgres",
"runtime-tokio-rustls",
- "tls-rustls-ring",
+ "tls-rustls-aws-lc-rs",
"time",
], default-features = false }
url = { version = "2.2", features = ["serde"] }
@@ -44,4 +44,4 @@ tracing-subscriber = "0.3"
jiff = { version = "0.2", default-features = false, features = ["perf-inline", "std"] }
compact_str = { version = "0.9.0", features = ["serde", "sqlx-postgres"] }
owo-colors = "4.2.3"
-prometheus-client = { version = "0.25" }
-\ No newline at end of file
+prometheus-client = { version = "0.25" }
diff --git a/script/prepare.sh b/script/prepare.sh
@@ -16,7 +16,7 @@ function cleanup() {
trap cleanup EXIT
-BTC_VER="31.0"
+BTC_VER="31.1"
CALLER_DIR="$PWD"
cd $DIR