Skip to content

Commit 74ab901

Browse files
authored
Update cmake crate to fix Windows CI (#2267)
The windows-latest runner image moved to windows-2025-vs2026, which ships Visual Studio 2026. The cmake crate 0.1.54 pinned in Cargo.lock does not recognize VS 2026 and panics in the libsql-ffi build script with "couldn't determine visual studio generator" while configuring the SQLite3MultipleCiphers build. Support for the VS 2026 generator was added in cmake 0.1.55, so bump the lockfile to 0.1.58 (pulling in the newer cc and libc it requires).
2 parents 6f451a1 + 21b17a7 commit 74ab901

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)