From 0103f03dbb2d5c50f0d7ed1f03920916c17b6278 Mon Sep 17 00:00:00 2001 From: SarthakRawat-1 Date: Fri, 21 Nov 2025 01:45:44 +0530 Subject: [PATCH] fix: pin home and wabt versions for Rust 1.85 compatibility --- libsql-sqlite3/test/rust_suite/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsql-sqlite3/test/rust_suite/Cargo.toml b/libsql-sqlite3/test/rust_suite/Cargo.toml index 90a8251ebf..cf835bfe09 100644 --- a/libsql-sqlite3/test/rust_suite/Cargo.toml +++ b/libsql-sqlite3/test/rust_suite/Cargo.toml @@ -12,9 +12,10 @@ libsql-sys = { path = "../../../libsql-sys", features = ["wal", "wasmtime-bindin itertools = "0.10" tempfile = "3.3" -wabt = "0.10.0" +wabt = "0.9.1" hex = "0.4.3" rustc-hash = "1" +home = { version = "=0.5.9" } [features] default = []