2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.52] ( https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52 ) - 2024-11-25
6
+
7
+ ### Other
8
+
9
+ - Expose cc-rs no_default_flags for hassle-free cross-compilation ([ #225 ] ( https://github.com/rust-lang/cmake-rs/pull/225 ) )
10
+ - Add a ` success ` job to CI
11
+ - Change ` --build ` to use an absolute path
12
+ - Merge pull request [ #195 ] ( https://github.com/rust-lang/cmake-rs/pull/195 ) from meowtec/feat/improve-fail-hint
13
+ - Improve hint for cmake not installed in Linux (code 127)
14
+
5
15
## [ 0.1.51] ( https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51 ) - 2024-08-15
6
16
7
17
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cmake"
3
- version = " 0.1.51 "
3
+ version = " 0.1.52 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
0 commit comments