Skip to content

Commit 0103f03

Browse files
fix: pin home and wabt versions for Rust 1.85 compatibility
1 parent d4026bc commit 0103f03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libsql-sqlite3/test/rust_suite/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ libsql-sys = { path = "../../../libsql-sys", features = ["wal", "wasmtime-bindin
1212

1313
itertools = "0.10"
1414
tempfile = "3.3"
15-
wabt = "0.10.0"
15+
wabt = "0.9.1"
1616
hex = "0.4.3"
1717
rustc-hash = "1"
18+
home = { version = "=0.5.9" }
1819

1920
[features]
2021
default = []

0 commit comments

Comments
 (0)