Skip to content

Commit 99e6ad3

Browse files
authored
libsql-sqlite3: Pin psm version in extension tests (#2221)
ar_archive_writer v0.5.1 pulled by latest psm 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.
2 parents 61e04f5 + 79b5ace commit 99e6ad3

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.psm]
22+
version = "=0.1.21"
23+
2124
[features]
2225
default = []
2326
udf = []

0 commit comments

Comments
 (0)