Skip to content

Commit 47e2c3d

Browse files
committed
Fix extensions test by pinning "home" crate version
Build was failing with the following error: ``` error: rustc 1.85.0 is not supported by the following package: home@0.5.12 requires rustc 1.88 Either upgrade rustc or select compatible dependency versions with `cargo update <name>@<current-ver> --precise <compatible-ver>` where `<compatible-ver>` is the latest version supporting rustc 1.85.0 ```
1 parent d4026bc commit 47e2c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsql-sqlite3/test/rust_suite/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tempfile = "3.3"
1515
wabt = "0.10.0"
1616
hex = "0.4.3"
1717
rustc-hash = "1"
18+
which = "=4.4.0"
1819

1920
[features]
2021
default = []

0 commit comments

Comments
 (0)