We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bde55 commit f89c724Copy full SHA for f89c724
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+## [Unreleased]
4
5
+## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15
6
7
+### Added
8
9
+- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183))
10
+- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209))
11
+- Use `Generic` for bare-metal systems ([#187](https://github.com/rust-lang/cmake-rs/pull/187))
12
13
+### Fixed
14
15
+- Fix cross compilation on android armv7 and x86 ([#186](https://github.com/rust-lang/cmake-rs/pull/186))
16
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cmake"
-version = "0.1.50"
+version = "0.1.51"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments