We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120d739 commit 393d07fCopy full SHA for 393d07f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+## [0.1.56](https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56) - 2025-12-13
6
+
7
+### Other
8
9
+- Fallback to bundled CMake if present ([#264](https://github.com/rust-lang/cmake-rs/pull/264))
10
+- cmake -B only for v3.13 and later ([#262](https://github.com/rust-lang/cmake-rs/pull/262))
11
12
## [0.1.55](https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55) - 2025-12-11
13
14
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cmake"
-version = "0.1.55"
+version = "0.1.56"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments