Skip to content

Commit 25cba70

Browse files
committed
Pin ar_archive_writer to 0.4.2 to fix build on Rust 1.85
ar_archive_writer v0.5.1 uses let-chains which require Rust 1.87+. Since the rust_suite Cargo.lock is not tracked, CI resolves to the latest version which breaks the build.
1 parent 61e04f5 commit 25cba70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libsql-sqlite3/test/rust_suite/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ rustc-hash = "1"
1818
home = { version = "=0.5.9" }
1919
which = "=4.4.0"
2020

21+
[dev-dependencies.ar_archive_writer]
22+
version = "=0.4.2"
23+
2124
[features]
2225
default = []
2326
udf = []

0 commit comments

Comments
 (0)