Skip to content

Commit

Permalink
Update cmake dependency to 0.1.53
Browse files Browse the repository at this point in the history
This cmake-rs release contains a fix that speeds up cmake builds on OSX.

See https://github.com/rust-lang/cmake-rs/releases/tag/v0.1.53
  • Loading branch information
kesyog committed Jan 28, 2025
1 parent eaaa9c8 commit c4c70cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ optional = true

[build-dependencies]
cc = "1.0.79"
cmake = "0.1.51"
cmake = "0.1.53"
pkg-config = "0.3.31"

[dev-dependencies]
Expand Down

0 comments on commit c4c70cf

Please sign in to comment.