We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf594d commit 7fdc5d1Copy full SHA for 7fdc5d1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cmake"
3
-version = "0.1.41"
+version = "0.1.42"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
@@ -14,4 +14,4 @@ A build dependency for running `cmake` to build a native library
14
categories = ["development-tools::build-utils"]
15
16
[dependencies]
17
-cc = { git = "https://github.com/alexcrichton/cc-rs" }
+cc = "1.0.41"
0 commit comments