We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1fce1 commit faccc07Copy full SHA for faccc07
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [0.1.53](https://github.com/rust-lang/cmake-rs/compare/v0.1.52...v0.1.53) - 2025-01-27
6
+
7
+### Other
8
9
+- Disable broken Make jobserver support on OSX to fix parallel builds ([#229](https://github.com/rust-lang/cmake-rs/pull/229))
10
11
## [0.1.52](https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52) - 2024-11-25
12
13
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cmake"
-version = "0.1.52"
+version = "0.1.53"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments