We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6835f7c commit fd56c5aCopy full SHA for fd56c5a
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+## [0.1.54](https://github.com/rust-lang/cmake-rs/compare/v0.1.53...v0.1.54) - 2025-02-10
6
+
7
+### Other
8
9
+- Remove workaround for broken `cc-rs` versions ([#235](https://github.com/rust-lang/cmake-rs/pull/235))
10
+- Be more precise in the description of `register_dep` ([#238](https://github.com/rust-lang/cmake-rs/pull/238))
11
12
## [0.1.53](https://github.com/rust-lang/cmake-rs/compare/v0.1.52...v0.1.53) - 2025-01-27
13
14
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cmake"
-version = "0.1.53"
+version = "0.1.54"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments